How to use the NN_TCP_NODELAY function from bindings
Find comprehensive JavaScript bindings.NN_TCP_NODELAY code examples handpicked from public code repositorys.
GitHub: reqshark/nanomsg.iojs
31 32 33 34 35 36 37 38 39
sndtimeo : nn.NN_SNDTIMEO, rcvtimeo : nn.NN_RCVTIMEO, reconn : nn.NN_RECONNECT_IVL, maxreconn : nn.NN_RECONNECT_IVL_MAX, sndprio : nn.NN_SNDPRIO, tcpnodelay : nn.NN_TCP_NODELAY } if (nn.NN_VERSION > 3) sol.rcvprio = nn.NN_RCVPRIO
4
10
7
+ 21 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)