inetstack
inetstack copied to clipboard
[tcp] Handle `RST` Packets
Description
Currently, we are not handling RST
packets. For instance, in protocols::tcp::peer::Inner::send_rst()
we are not waiting for ARP replies if needed.