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

Method timer_notify

adapter/micro_thread/mt_connection.cpp:466–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466void TcpKeepConn::timer_notify()
467{
468 MTLOG_DEBUG("keep timeout[%u], fd %d, close connection", _keep_time, _osfd);
469 ConnectionMgr::Instance()->CloseIdleTcpKeep(this);
470}
471
472TcpKeepMgr::TcpKeepMgr()
473{

Callers

nothing calls this directly

Calls 1

CloseIdleTcpKeepMethod · 0.80

Tested by

no test coverage detected