Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
772
void ConnectionMgr::CloseIdleTcpKeep(TcpKeepConn* conn)
773
{
774
_tcp_keep_mgr.RemoveTcpKeepConn(conn);
775
_tcp_keep_mgr.FreeTcpKeepConn(conn, true);
776
}
Callers
2
KeepaliveClose
Method · 0.80
timer_notify
Method · 0.80
Calls
2
RemoveTcpKeepConn
Method · 0.80
FreeTcpKeepConn
Method · 0.80
Tested by
no test coverage detected