Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test-udp-client.bas
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

if theError = 10101 or theError = 10054 then
print "Connection closed or reset by peer."
goto [recvLoop]
goto [respLoop]
else
'With UDP, if a datagram comes in that is too large for the network stack
'or the specified buffer to handle, the data will be truncated, and the extra data
Expand Down