jeff
jeff
https://geti2p.net/en/docs/protocol/i2np https://geti2p.net/spec/i2np (i will take a wack at this today)
Tor adds a file that contains the hidden service address for each onion into a file called `hostname` for each `HiddenServicePath` entry in the config proposing something similar: b32 address...
add support for apple's non standard utun network interace creation mechanism.
builds off of #1888 fixes #1944 #710
* moves all code structure docs into docs directory * flesh out high level docs
llarp.async-exit command will reply with a llarp.notify-exit command with the same values as llarp.exit this can be used to bypass request timeoutes in omq refactor internal bits in rpc to...
attempt fixing #1932
send tcp reject for tcp packets when we have no mapped addresses so that the connections close. when switching the exit on and off we want this to happen so...
use one per context replay filter for path traffic instead of every path having its own replay filter reduces memory usage, and heap thrashing, and cpu.
we want to be able to have multiple locally bound dns sockets in lokinet so i restructured most of the dns subsystem in order to make this easier. specifically, we...