Skip to main content

SO_REUSEPORT

Constant SO_REUSEPORT 

Source
pub const SO_REUSEPORT: c_int = 15;
Expand description

Non-POSIX, see https://www.man7.org/linux/man-pages/man7/socket.7.html.

Permits multiple AF_INET or AF_INET6 sockets to be bound to an identical socket address.