inetstack icon indicating copy to clipboard operation
inetstack copied to clipboard

[tcp] Handle `RST` Packets

Open ppenna opened this issue 3 years ago • 1 comments

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.

ppenna avatar Jan 26 '22 13:01 ppenna