lokinet/llarp
Jeff Becker 3ad59105ef
when an outbound context is "marked bad" we want to ignore any new paths.
before this commit when a new path was made when an outbound context marked bad lokinet would segfault.
2021-06-23 07:21:01 -04:00
..
android
config mitigate lto compiler bug with lto 2021-06-20 06:06:29 -04:00
consensus fix for testing: 2021-06-10 14:17:31 -04:00
constants increase default session lifetime to 5 minutes for mobile client related reasons 2021-06-08 14:36:31 -04:00
crypto
dht separate white/grey list for active/decommissioned nodes. 2021-06-07 10:57:33 -04:00
dns only use @ syntax when the dns port is not port 53 2021-06-20 05:59:23 -04:00
ev fix #1655 2021-06-20 05:59:22 -04:00
exit use weak_ptr on a path to reference its parent pathset instead of a bare pointer so crashes dont happen 2021-06-08 14:36:32 -04:00
handlers use exisitng convotag first instead of trying to send to directly 2021-06-21 15:16:28 -04:00
hook
iwp for inbound sessions, keep them alive for the default session lifetime, for outbound sessions keep alive for 5 ping intervals 2021-06-08 14:36:31 -04:00
link only permit 1 pending session per udp endpoint 2021-06-22 09:26:03 -04:00
linux
messages move setting hop to nullptr to after delivery or delivery fail 2021-06-09 09:51:46 -04:00
net fix #1655 2021-06-20 05:59:22 -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 fix #1655 2021-06-20 05:59:22 -04:00
routing correctly discard invalid data on transfer traffic message 2021-04-19 07:02:43 -04:00
rpc mark exit address outbound when we add it via rpc 2021-06-08 14:36:34 -04:00
service when an outbound context is "marked bad" we want to ignore any new paths. 2021-06-23 07:21:01 -04:00
simulation
tooling
util use std::make_optional for backwards compat on older toolchains 2021-06-19 09:39:10 -04:00
vpn
win32
app.xml
bootstrap.cpp
bootstrap.hpp
CMakeLists.txt * use weak_ptr on core rpc 2021-06-07 08:41:35 -04:00
context.cpp fix regression: llarp::Context::CallSafe was not deferring call on startup 2021-04-26 06:19:46 -04:00
endpoint_base.cpp add untracked file 2021-04-19 07:02:44 -04:00
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 liblokinet additions: 2021-04-19 06:59:07 -04:00
nodedb.hpp liblokinet additions: 2021-04-19 06:59:07 -04:00
pow.cpp
pow.hpp
profiling.cpp far stricter profiling algorithm 2021-06-08 14:36:30 -04:00
profiling.hpp make profiling far stricter for path builds 2021-05-04 17:01:29 -04:00
router_contact.cpp srv records 2021-04-19 07:02:43 -04:00
router_contact.hpp srv records 2021-04-19 07:02:43 -04:00
router_id.cpp
router_id.hpp
router_version.cpp
router_version.hpp
testnet.c