inetstack icon indicating copy to clipboard operation
inetstack copied to clipboard

[udp] Receive Queue Should be Byte Oriented

Open ppenna opened this issue 2 years ago • 0 comments

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.

ppenna avatar Jul 12 '22 11:07 ppenna