demikernel icon indicating copy to clipboard operation
demikernel copied to clipboard

[tcp] PassiveSockets are never cleaned up

Open gatoWololo opened this issue 2 years ago • 0 comments

Description

PassiveSockets 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

gatoWololo avatar Mar 24 '22 18:03 gatoWololo