summaryrefslogtreecommitdiff
path: root/src/p2p.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
3 hoursfeat: Implement peer-to-peer(ish) socket handshakePancakeTAS1-0/+132
This isn't entirely "peer-to-peer", because one side requires a publicly accessible port. The primary usecase for this is to establish connections to an endpoint, when there are several non-deterministic paths available on the client side.