microsoft / net-offloads

Specs for new networking hardware offloads.
MIT License
27 stars 3 forks source link

Describe How to Match an Incoming Packet on RX #36

Closed nibanks closed 2 years ago

nibanks commented 2 years ago

The logic is fairly complicated on the RX path to figure out which key material might match a received QUIC packet. We should document some pseudocode to explain how to do it. Probably just in an appendix.