Sets the REUSEPORT option.
REUSEPORT
Returns:
self
313 314 315 316
# File 'lib/polyphony/extensions/socket.rb', line 313 def reuse_port setsockopt(::Socket::SOL_SOCKET, ::Socket::SO_REUSEPORT, 1) self end