lcm-proj / lcm

Lightweight Communications and Marshalling
GNU Lesser General Public License v2.1
944 stars 385 forks source link

Java API always prints TTL #495

Open judfs opened 3 months ago

judfs commented 3 months ago

UDPMulticastProvider unconditionally prints the TTL to stderr. Not always wanted.

But also its really great to always know for sure if set to 0 or 1. So maybe just leave it there anyway. It is less helpful if multiple LCM instances are created on different multicast addresses as the address is not called out.