inetstack
inetstack copied to clipboard
[udp] Receive Queue Should be Byte Oriented
Description
In UDP, is currently packet oriented. That is, each slot in the receive queue is a UDP packet.
https://github.com/demikernel/inetstack/blob/a7fa47d1d2f93c9475f5d6cbbb4dbf725cc4fdab/src/protocols/udp/peer.rs#L309-L333
Expected Behavior
The receive queue should be byte oriented instead.