Remove the unicast mass-send test since the default number of queuebufs cannot handle 20 concurrent packets
This commit is contained in:
parent
a9aacac63a
commit
052c536db7
|
@ -125,7 +125,7 @@ while(true) {
|
|||
log.testFailed();
|
||||
}
|
||||
if(id == 1 && msg.startsWith("1.0: Contiki") && started == 0) {
|
||||
write(mote, "netperf -bups 2.0 20\n"); /* Write to mote serial port */
|
||||
write(mote, "netperf -bps 2.0 20\n"); /* Write to mote serial port */
|
||||
started = 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue