mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-01 18:33:12 +00:00
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…
x
Reference in New Issue
Block a user