Closed sni closed 3 years ago
without the SO_REUSEADDR / SO_REUSEPORT option lingering TIME_WAIT connections will prevent naemon from loading the module after a reload.
for details see:
to reproduce, start naemon and send a keepalive query to livestatus. Naemon will then stop when trying to reload with 'Unable to bind to...' error.
i added the ifdef since i need it for rhel6 anyway :-)
without the SO_REUSEADDR / SO_REUSEPORT option lingering TIME_WAIT connections will prevent naemon from loading the module after a reload.
for details see:
to reproduce, start naemon and send a keepalive query to livestatus. Naemon will then stop when trying to reload with 'Unable to bind to...' error.