MCPcopy Create free account
hub / github.com/F-Stack/f-stack / CloseIdleTcpKeep

Method CloseIdleTcpKeep

adapter/micro_thread/mt_connection.cpp:772–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770}
771
772void ConnectionMgr::CloseIdleTcpKeep(TcpKeepConn* conn)
773{
774 _tcp_keep_mgr.RemoveTcpKeepConn(conn);
775 _tcp_keep_mgr.FreeTcpKeepConn(conn, true);
776}

Callers 2

KeepaliveCloseMethod · 0.80
timer_notifyMethod · 0.80

Calls 2

RemoveTcpKeepConnMethod · 0.80
FreeTcpKeepConnMethod · 0.80

Tested by

no test coverage detected