oxen-io / lokinet

Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
https://lokinet.org/
GNU General Public License v3.0
1.72k stars 220 forks source link

UDP/DTLS/SCTP wire protocol #2061

Open majestrate opened 1 year ago

majestrate commented 1 year ago

webrtc uses SCTP over UDP+DTLS for their wire protocol, this is good for camouflage and a protocol we dont have to invent that has implementations (libusrsctp + libssl)

this is useful for clients that can act as a bridge to the snode network.