summaryrefslogtreecommitdiff
path: root/CMakeLists.txt (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
10 hoursfeat: Implement TUN modulemasterPancakeTAS1-0/+1
10 hoursfeat: Implement two-path UDP contextPancakeTAS1-0/+1
Nearly complete implementation reaching ~19 Gbps on my system
10 hoursfeat: Implement min-heap data structurePancakeTAS1-0/+1
10 hoursfeat: Implement peer-to-peer(ish) socket handshakePancakeTAS1-0/+1
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.