|
|
|
@ -88,7 +88,6 @@ while true
@@ -88,7 +88,6 @@ while true
|
|
|
|
|
|
|
|
|
|
if ~connected |
|
|
|
|
% use port -1 to indicate connection to address of last recv pkt |
|
|
|
|
pnet(u,'udpconnect',"",-1); |
|
|
|
|
connected = true; |
|
|
|
|
[ip, port] = pnet(u,'gethost'); |
|
|
|
|
fprintf('Connected to %i.%i.%i.%i:%i\n',ip,port) |
|
|
|
|