struct edp
Early drop parameters, supplied by user
int bytes |
- true if queue in bytes, false if packets
int gentle |
- true to increases dropping prob
double max_p_inv |
- 1/max_p, for max_p = maximum prob
int mean_pktsize |
-
User supplied
double ptc |
-
Computed as a function of user supplied paramters
double q_w |
- queue weight given to cur q size sample
int setbit |
- true to set congestion indication bit
double th_max |
- maximum threshold of average queue size
double th_min |
- minimum threshold of average queue size
int wait |
- true for waiting between dropped packets
Documentation
Early drop parameters, supplied by user
- int mean_pktsize
-
User supplied.
avg pkt size, linked into Tcl
- int bytes
- true if queue in bytes, false if packets
- int wait
- true for waiting between dropped packets
- int setbit
- true to set congestion indication bit
- int gentle
- true to increases dropping prob. slowly *
when ave queue exceeds maxthresh.
- double th_min
- minimum threshold of average queue size
- double th_max
- maximum threshold of average queue size
- double max_p_inv
- 1/max_p, for max_p = maximum prob.
- double q_w
- queue weight given to cur q size sample
- double ptc
-
Computed as a function of user supplied paramters.
packet time constant in packets/second
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
Adapted for the NS documentation page
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de