demikernel icon indicating copy to clipboard operation
demikernel copied to clipboard

[udp] Send ICMPV4 Error if Port is not Bound

Open ppenna opened this issue 2 years ago • 0 comments

Description

In protocols::udp::peer::do_receive(), we fail when receiving packets in an unbound port.

Instead, we should send back an error message through ICMPv4.

ppenna avatar Sep 09 '22 14:09 ppenna