property
Serve.HostnamePortServeOptions.reusePort
reusePort?: boolean
Whether the SO_REUSEPORT flag should be set.
This allows multiple processes to bind to the same port, which is useful for load balancing.