Add support for TCP port reuse (same tuple6 but different ISN) in session manager: evict old session and create new session
This commit is contained in:
@@ -367,8 +367,10 @@ const char *closing_reason_to_str(enum closing_reason reason)
|
||||
{
|
||||
case CLOSING_BY_TIMEOUT:
|
||||
return "closing by timeout";
|
||||
case CLOSING_BY_EVICTED:
|
||||
return "closing by evicted";
|
||||
case CLOSING_BY_LRU_EVICTED:
|
||||
return "closing by lru evicted";
|
||||
case CLOSING_BY_PORT_REUSE_EVICTED:
|
||||
return "closing by port reuse evicted";
|
||||
case CLOSING_BY_CLIENT_FIN:
|
||||
return "closing by client FIN";
|
||||
case CLOSING_BY_CLIENT_RST:
|
||||
|
||||
Reference in New Issue
Block a user