demikernel
demikernel copied to clipboard
[tcp] PassiveSockets are never cleaned up
Description
PassiveSocket
s are held inside the TcpPeer
's passive
field. These are never removed from this field though. They should probably be removed once close
is called on the corresponding socket.
Related Issues
- https://github.com/demikernel/catnip/issues/48
- https://github.com/demikernel/catnip/issues/82