node-unix-socket icon indicating copy to clipboard operation
node-unix-socket copied to clipboard

Unix dgram, seqpacket, etc binding for Node.js.

Results 4 node-unix-socket issues
Sort by recently updated
recently updated
newest added

Hi, Is it possible to add the TCP_NODELAY setting to SO_REUSEPORT to use them together? Thanks.

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.60. Release notes Sourced from openssl's releases. openssl-v0.10.60 What's Changed Correct off-by-one in minimum output buffer size computation by @​alex in sfackler/rust-openssl#2088 Expose a few...

dependencies
rust

I was trying to send packets with around a size of 12932, and, there were substantial issues. The biggest one being, that messages would stop sending midway, making the messages...