demikernel
demikernel copied to clipboard
[tcp] `close()` Does not Close a Connection
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