Skip to content
Snippets Groups Projects
Commit 9ecf88fd authored by UnityGrunt03's avatar UnityGrunt03
Browse files

Merge origin/master

parents c73108da d4e2099f
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ public class UdpSender ...@@ -58,7 +58,7 @@ public class UdpSender
{ {
udpSocket.send(packet); udpSocket.send(packet);
Thread.sleep(1000); // Send 100, one per second Thread.sleep(1000); // Send 100, one per second
System.out.println("Sent packet " + index + " of 100"); System.out.println("Bert Sent packet " + index + " of 100");
} }
System.out.println("UdpSender complete."); System.out.println("UdpSender complete.");
} }
......
File added
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment