inetstack icon indicating copy to clipboard operation
inetstack copied to clipboard

[udp] Send ICMPV4 Error if Port is not Bound

Open ppenna opened this issue 3 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 Jun 30 '21 23:06 ppenna