mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 12:05:08 -05:00
On Linux, enable the SO_REUSEPORT option on sockets bound to a port in order to support load balancing with multiple chronyd instances (configured to not adjust the system clock). The IP_FREEBIND option already allowed different instances to bind to the same address and port, but only one was actually receiving packets. As the instances don't share their state, sharing the NTP port doesn't work well with the interleaved mode, symmetric mode, and rate limiting. Sharing the NTS-KE port will not work until the server keys can be derived from a shared key.
25 KiB
25 KiB