We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd3249 commit 1a424a9Copy full SHA for 1a424a9
udp-client.py
@@ -12,7 +12,7 @@
12
client.sendto(b"AAAABBBBCCCC", (target_host, target_port))
13
14
# receive data from the server and deconstruct the data and address received
15
-data, addr = client.recvfrom(4906)
+data, addr = client.recvfrom(4096)
16
17
print(data.decode(), addr)
18
0 commit comments