Skip to content
Snippets Groups Projects
Commit fff163c6 authored by coltonfetterolf's avatar coltonfetterolf
Browse files

Merge origin/master

parents 39109082 9ebdeeb8
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 ...@@ -22,7 +22,7 @@ public class BRE_KNO_MCC_PC2_PC3_UNICAST_PduReceiver extends Thread
byte[] buffer = new byte[65507]; byte[] buffer = new byte[65507];
socket.setSoTimeout(10000); socket.setSoTimeout(30000);
while (true) 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