ListenOptions
Fields of this type
Fields
- kernel_backlog:u31
- How many connections the kernel will accept on the application's behalf.
- reuse_address:bool
- Sets SO_REUSEADDR and SO_REUSEPORT on POSIX.
- force_nonblocking:bool
- Sets O_NONBLOCK.
Fields of this type