zeromq / libzmq

ZeroMQ core engine in C++, implements ZMTP/3.1
https://www.zeromq.org
Mozilla Public License 2.0
9.53k stars 2.34k forks source link

Change NORM to set TTL using MULTICAST_HOPS sockopt #4552

Closed weston-nrl closed 1 year ago

weston-nrl commented 1 year ago

It is unclear to me why the current TTL is hard-coded, but this change makes TTL user-configurable using the existing sockopt to allow for more flexibility. Effectively changes default NORM TTL from 255 to 1.