9001 not idle?
This commit is contained in:
parent
9f3641db54
commit
efad757837
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ if __name__ == '__main__':
|
|||
|
||||
sock_in1 = socket.socket(socket.AF_INET6, socket.SOCK_DGRAM,
|
||||
socket.SOL_UDP)
|
||||
sock_in1.bind(('::1', 9001))
|
||||
sock_out.sendto(b'data', ('::1', 9001))
|
||||
sock_in1.bind(('::1', 9004))
|
||||
sock_out.sendto(b'data', ('::1', 9004))
|
||||
result3 = sock_in1.recvfrom(8)
|
||||
|
||||
# make sure they're from different source ports
|
||||
|
|
Loading…
Add table
Reference in a new issue