From e08b555f87be5a98f6bdedf056304756b904fe23 Mon Sep 17 00:00:00 2001 From: RandomEngineer <60848909+RandomEngineer@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:00:24 +0000 Subject: [PATCH] Update test-udp-client.bas --- test-udp-client.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-udp-client.bas b/test-udp-client.bas index bc3ed9f..0b2eabe 100644 --- a/test-udp-client.bas +++ b/test-udp-client.bas @@ -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