Skip to content
Snippets Groups Projects
  • Jerome Marchand's avatar
    tcpstates: forget sockets when connection is closed · 8bab454b
    Jerome Marchand authored
    The adress of struct sock, which are used as the map key, are often
    reused. When it happens random duration appears in the MS field for
    new connections (CLOSE->SYN_SENT and LISTEN->SYN_RECV
    transitions). Let's forget about the socket when the connection is
    closed.
    8bab454b