MTU auto-negotiated to 247, but stack always cache a packet lager than 20 bytes.
Observed Behavior:
. on recv the first notification larger than 20 bytes, it is cached and no event is triggered.
. on recv the second packet larger than the default MTU, the second packet is cached, and the first packet reception event is received simultaneously.
. on recv a packet smaller than the default MTU, two events are immediately received: one for the previously cached packet and one for the new, shorter packet.
MTU auto-negotiated to 247, but stack always cache a packet lager than 20 bytes.
Observed Behavior:
. on recv the first notification larger than 20 bytes, it is cached and no event is triggered.
. on recv the second packet larger than the default MTU, the second packet is cached, and the first packet reception event is received simultaneously.
. on recv a packet smaller than the default MTU, two events are immediately received: one for the previously cached packet and one for the new, shorter packet.