summaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
8 hoursfeat: Implement TUN modulemasterPancakeTAS2-0/+118
8 hoursperf(mpu): Remove zero-copy itemsPancakeTAS1-6/+0
See 'zerocopy' branch
8 hoursperf(mpu): Ponder batch heap extractionPancakeTAS1-2/+0
It is not possible with a binary min-heap.
8 hoursfix(mpu): Convert sequence number on wire into le64PancakeTAS1-6/+5
8 hoursfix(mpu): Purge dropped packets from reorder heapPancakeTAS1-2/+4
8 hoursfeat: Implement two-path UDP contextPancakeTAS2-0/+268
Nearly complete implementation reaching ~19 Gbps on my system
8 hoursfeat: Implement min-heap data structurePancakeTAS2-0/+157
8 hoursfeat: 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.
34 hoursInitial commitPancakeTAS1-0/+7