Searched refs:SOCK_SEND_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
59 #define SOCK_SEND_TIMEOUT_MS 2000 /* Timeout for sending */ macro239 tv.tv_sec = SOCK_SEND_TIMEOUT_MS / 1000; in skt_connect()240 tv.tv_usec = (SOCK_SEND_TIMEOUT_MS % 1000) * 1000; in skt_connect()290 int ms_timeout = SOCK_SEND_TIMEOUT_MS; in skt_write()