Searched refs:tcpHandle (Results 1 – 4 of 4) sorted by relevance
27 void SetTcpOptions(uv_tcp_t *tcpHandle);
295 void SetTcpOptions(uv_tcp_t *tcpHandle) in SetTcpOptions() argument297 if (!tcpHandle) { in SetTcpOptions()300 uv_tcp_keepalive(tcpHandle, 1, GLOBAL_TIMEOUT); in SetTcpOptions()304 uv_recv_buffer_size((uv_handle_t *)tcpHandle, &bufMaxSize); in SetTcpOptions()305 uv_send_buffer_size((uv_handle_t *)tcpHandle, &bufMaxSize); in SetTcpOptions()
142 virtual void SetTcpOptions(uv_tcp_t *tcpHandle);
31 void ExternInterface::SetTcpOptions(uv_tcp_t *tcpHandle) in SetTcpOptions() argument33 return Base::SetTcpOptions(tcpHandle); in SetTcpOptions()