lokinet/llarp
Jason Rhinelander 14c93e2b93 Unbound callbacks also need arguments reversed
PR #1725 reversed argument orders but UnboundResolver was still using
(from,to) ordering in its callbacks, which leaked through to make a
wrong order in our reply function (which simply forwards arguments).

This fixes that bug by making UnboundResolver callback argument order
consistent (i.e. using to, from) with the PacketHandler argument order.
2021-09-01 14:40:18 -03:00
..
android
config format 2021-08-16 08:37:58 -04:00
consensus fix for testing: 2021-06-10 14:17:31 -04:00
constants Remove unused defaults.hpp 2021-08-10 17:13:27 -03:00
crypto
dht
dns Unbound callbacks also need arguments reversed 2021-09-01 14:40:18 -03:00
ev use vpn::NetworkInterface for add/del route via interface instead of string 2021-08-27 11:55:57 -04:00
exit add path filter in lokinetmon 2021-07-05 09:09:21 -04:00
handlers Reapply "fix dns on android" + fix argument order 2021-09-01 12:09:27 -03:00
hook
iwp inbound sessions from CLIENTS should only have an elevated lifetime 2021-07-05 09:09:20 -04:00
link * add log warn 2021-07-05 09:09:20 -04:00
linux
messages move setting hop to nullptr to after delivery or delivery fail 2021-06-09 09:51:46 -04:00
net Merge pull request #1721 from majestrate/platform-bits-2021-08-26 2021-08-31 12:10:32 -04:00
path increase timer timeout interval because 1 seconds RTT can happen but 2 seconds is pretty bad 2021-06-09 20:15:22 -04:00
peerstats
quic fix #1655 2021-06-20 05:59:22 -04:00
router remove old routing table maniuplation code 2021-08-27 11:07:54 -04:00
routing
rpc remove old routing table maniuplation code 2021-08-27 11:07:54 -04:00
service expunge outbound contexts that have not gotten inbound traffic for a long while 2021-07-05 09:09:20 -04:00
simulation
tooling
util Remove unneeded split(str, char) method 2021-08-11 00:26:52 -03:00
vpn add NOP implementation of VPN route manager for android 2021-08-27 19:49:01 -04:00
win32
app.xml
bootstrap.cpp
bootstrap.hpp
CMakeLists.txt remove old routing table maniuplation code 2021-08-27 11:07:54 -04:00
context.cpp
endpoint_base.cpp
endpoint_base.hpp add MarkAddressOutbound to plainquic 2021-06-08 14:36:33 -04:00
lokinet_shared.cpp export functions in liblokinet for win32 dll 2021-06-08 08:32:52 -04:00
nodedb.cpp
nodedb.hpp
pow.cpp
pow.hpp
profiling.cpp far stricter profiling algorithm 2021-06-08 14:36:30 -04:00
profiling.hpp
router_contact.cpp
router_contact.hpp
router_id.cpp
router_id.hpp
router_version.cpp
router_version.hpp
testnet.c