summaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2026-06-14feat: Implement peer-to-peer(ish) socket handshakePancakeTAS2-0/+154
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.
2026-06-13Initial commitPancakeTAS1-0/+7