workerman-bundle icon indicating copy to clipboard operation
workerman-bundle copied to clipboard

Add reuse_port configuration option in ServerWorker

Open s2x opened this issue 1 year ago • 0 comments

Introduced a new boolean 'reuse_port' option in server configuration to allow the reuse of listening ports (SO_REUSEPORT). Updated ServerWorker to use this configuration option for optimal port management.

s2x avatar Oct 23 '24 07:10 s2x