inetstack icon indicating copy to clipboard operation
inetstack copied to clipboard

[tcp] `close()` Does not Close a Connection

Open ppenna opened this issue 3 years ago • 0 comments

Description

Currently, when we close a TCP connection using the close() system call, we do not wait() for the connection FIN packet to arrive, thereby leaving the connection in an unknown state.

Related Issues

  • https://github.com/demikernel/catnip/issues/48

ppenna avatar Nov 30 '21 18:11 ppenna