Home
last modified time | relevance | path

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

/third_party/lwip/src/api/
Dapi_msg.c1077 s32_t close_timeout = LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT; local
1080 close_timeout = conn->send_timeout;
1086 close_timeout = conn->linger * 1000U;
1089 if ((s32_t)(sys_now() - conn->current_msg->msg.sd.time_started) >= close_timeout) {