inetstack
inetstack copied to clipboard
[udp] Send ICMPV4 Error if Port is not Bound
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.