Skip to main content

Interface: TCPSocketOptions

Properties

dnsQueryType?

optional dnsQueryType?: "ipv4" | "ipv6"

Force the address family used to resolve the remote address.


keepAliveDelay?

optional keepAliveDelay?: number

TCP keep-alive idle delay, in seconds. Enables keep-alive when set.


noDelay?

optional noDelay?: boolean

Disable Nagle's algorithm (sets TCP_NODELAY).