Skip to content

Commit

Permalink
put ipv6 back
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiGlobus committed Nov 26, 2024
1 parent 53a9deb commit c8761ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(
self.zmq_socket.setsockopt(zmq.SNDTIMEO, SNDTIMEO)
if linger is not None:
self.zmq_socket.setsockopt(zmq.LINGER, linger)
# self.zmq_socket.setsockopt(zmq.IPV6, True)
self.zmq_socket.setsockopt(zmq.IPV6, True)

# all zmq setsockopt calls must be done before bind/connect is called
if self.mode == "server":
Expand Down

0 comments on commit c8761ae

Please sign in to comment.