Revision 6797c5f6 net_helper-ml.c
net_helper-ml.c | ||
---|---|---|
363 | 363 |
int verbosity = DCLOG_ERROR; |
364 | 364 |
|
365 | 365 |
int bucketsize = 80000; /* this allows a burst of 80000 Bytes [Bytes] */ |
366 |
int rate = 1250000; /* 10Mbit/s [bits/s]*/
|
|
366 |
int rate = 10000000; /* 10Mbit/s [bits/s]*/
|
|
367 | 367 |
int queuesize = 1000000; /* up to 1MB of data will be stored in the shaper transmission queue [Bytes]*/ |
368 | 368 |
int RTXqueuesize = 1000000; /* up to 1 MB of data will be stored in the shaper retransmission queue [Bytes] */ |
369 | 369 |
double RTXholtdingtime = 1.0; /* [seconds] */ |
Also available in: Unified diff