Remove the unicast mass-send test since the default number of queuebufs cannot handle 20 concurrent packets

This commit is contained in:
adamdunkels 2010-05-20 20:56:36 +00:00
parent a9aacac63a
commit 052c536db7

View file

@ -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;
}
}