Skip to content

Commit eee7196

Browse files
committed
Obsolete comment.
1 parent 5e10a20 commit eee7196

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

zeroconf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,10 +1188,7 @@ def __init__(self, bindaddress=None):
11881188
# multicast UDP sockets (p 731, "TCP/IP Illustrated,
11891189
# Volume 2"), but some BSD-derived systems require
11901190
# 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.
1191+
# versions of Python have SO_REUSEPORT available.
11951192
#
11961193
pass
11971194
self.socket.setsockopt(socket.SOL_IP, socket.IP_MULTICAST_TTL, 255)

0 commit comments

Comments
 (0)