Fields

kernel_backlog: u31 = 128,

How many connections the kernel will accept on the application’s behalf. If more than this many connections pool in the kernel, clients will start seeing “Connection refused”.

reuse_address: bool = false,

Enable SO.REUSEADDR on the socket.

reuse_port: bool = false,

Enable SO.REUSEPORT on the socket.