We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e10a20 commit eee7196Copy full SHA for eee7196
1 file changed
zeroconf.py
@@ -1188,10 +1188,7 @@ def __init__(self, bindaddress=None):
1188
# multicast UDP sockets (p 731, "TCP/IP Illustrated,
1189
# Volume 2"), but some BSD-derived systems require
1190
# SO_REUSEPORT to be specified explicity. Also, not all
1191
- # versions of Python have SO_REUSEPORT available. So
1192
- # if you're on a BSD-based system, and haven't upgraded
1193
- # to Python 2.3 yet, you may find this library doesn't
1194
- # work as expected.
+ # versions of Python have SO_REUSEPORT available.
1195
#
1196
pass
1197
self.socket.setsockopt(socket.SOL_IP, socket.IP_MULTICAST_TTL, 255)
0 commit comments