sok / Sok.Socket.Options / Options
enum class Options
(source)
Platform and version requirements: Common
Enum representing all the available options. Please keep in mind that all options are not supported by al the platforms
SO_RCVBUF | Receive buffer size, this option is hint given to the system and may not apply depending on the configuration of the system. Not available on Node.JS |
SO_SNDBUF | Send buffer size, this option is hint given to the system and may not apply depending on the configuration of the system. Not available on Node.JS |
SO_KEEPALIVE | socket keepalive |
TCP_NODELAY | Naggle’s algorithm |