Skip to content
Snippets Groups Projects
Commit 68d64c0a authored by bkii's avatar bkii
Browse files

Final Project Brennenstuhl, Knobeloch, McCann

see presentation for concept
Important: Not every DatagrammSocket is configured with a timeout for receiving! (waiting infin. -> no exception will be thrown)
See Readme.pdf for further information
parent d22f18f7
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ public class BRE_KNO_MCC_PC2_PC3_UNICAST_PduReceiver extends Thread
byte[] buffer = new byte[65507];
socket.setSoTimeout(10000);
socket.setSoTimeout(30000);
while (true)
{
......
File added
File added
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