Skip to content
Snippets Groups Projects
Commit 2954adfa authored by terry-norbraten's avatar terry-norbraten
Browse files

hmmm, need sleep now that the netif is much more efficient

parent 29f16061
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ public class AllPduRoundTripTest ...@@ -178,7 +178,7 @@ public class AllPduRoundTripTest
if (pdu.getPduType() == DISPDUType.OTHER) if (pdu.getPduType() == DISPDUType.OTHER)
System.out.println ("*** Note: DISPDUType.OTHER not supported"); System.out.println ("*** Note: DISPDUType.OTHER not supported");
disnetworking.send(pdu); disnetworking.send(pdu);
// sleep(100L); // TODO debugging sleep(100L); // TODO debugging
} }
private void setupSenderRecorder() throws Exception private void setupSenderRecorder() throws Exception
......
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