ServerOpts
Properties
Link copied to clipboard
Indicates whether half-opened TCP connections are allowed.
Link copied to clipboard
blockList
can be used for disabling inbound access to specific IP addresses, IP ranges, or IP subnets. This does not work if the server is behind a reverse proxy, NAT, etc. because the address checked against the block list is the address of the proxy, or the one specified by the NAT.
Link copied to clipboard
Optionally overrides all net.Socket
s' readableHighWaterMark
and writableHighWaterMark
.
Link copied to clipboard
If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket.
Link copied to clipboard
Indicates whether the socket should be paused on incoming connections.