## Context We do not currently implement a TCP reset when the application tries to hard close a socket. ## Proposed Solution We should send an RST to the other side and immediately release resources for the socket.
Context
We do not currently implement a TCP reset when the application tries to hard close a socket.
Proposed Solution
We should send an RST to the other side and immediately release resources for the socket.