Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c98 int protonbr; in lws_plat_set_socket_options() local
132 protonbr = 6; /* IPPROTO_TCP */ in lws_plat_set_socket_options()
134 protonbr = tcp_proto->p_proto; in lws_plat_set_socket_options()
136 protonbr = 6; in lws_plat_set_socket_options()
139 if (setsockopt(fd, protonbr, TCP_NODELAY, (const char *)&optval, optlen) ) { in lws_plat_set_socket_options()