Commit 6e1faa1d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 18f0bf13
......@@ -36,7 +36,7 @@ def mjoin_rx(group, port):
sk = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP)
sk.setsockopt(SOL_SOCKET, SO_REUSEADDR, 1)
sk.bind((group, port))
sk.bind(('', port))
# join the group (for rx)
mreq = struct.pack("4sl", inet_aton(group), INADDR_ANY)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment