Reuse Address

Reuse Address

Configures whether the server should bind to the underlying socket using the SO_REUSEADDR option. This option determines whether the server allows the reuse of local addresses during binding. This can be useful in scenarios where a socket needs to be quickly rebound without waiting for the operating system to release the address.

The default value is false.

Configuration

Itsi.rb
reuse_address true
Itsi.rb
reuse_address false