Home
last modified time | relevance | path

Searched refs:_keep_time (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_connection.h165 _keep_time = 10*60*1000; in TcpKeepConn()
204 _keep_time = time; in SetKeepTime()
209 unsigned int _keep_time; variable
H A Dmt_connection.cpp415 if ((NULL == timer) || !timer->start_timer(this, _keep_time)) in IdleAttach()
468 MTLOG_DEBUG("keep timeout[%u], fd %d, close connection", _keep_time, _osfd); in timer_notify()