Files
ports/net/bounce
Eugene Grosbein 543ad043dc net/bounce: use SO_REUSEPORT
After making changes to bounce_* setting in rc.conf, the command
"service bounce restart" most probably breaks
if bounce had active connections due to lack of SO_REUSEPORT
on its server socket, so that restarted daemon fails to bind the port.

Fix it. Regenerate a patch with "make makepatch".
Bump PORTREVISION.
2025-12-28 07:59:21 +07:00
..