Closed eelcocramer closed 1 month ago
We are facing an issue where mDNS requests are not passing our managed switch due to the TTL is set to 1.
In rfc6762 is stated that IP TTL 255 should be used for mDNS IP multicast frames.
This PR sets the TTL to 255 for all outgoing UDP frames.
Thanks for pointing this out.
We are facing an issue where mDNS requests are not passing our managed switch due to the TTL is set to 1.
In rfc6762 is stated that IP TTL 255 should be used for mDNS IP multicast frames.
This PR sets the TTL to 255 for all outgoing UDP frames.