Data Fields | |
| UINT32 | low_window |
| UINT32 | max_increment |
| bool | fast_convergence |
| double | beta |
| UINT32 | smooth_part |
| UINT32 | cnt |
| UINT32 | last_max_cwnd |
| UINT32 | loss_cwnd |
| UINT32 | last_cwnd |
| UINT32 | last_time |
| UINT32 | epoch_start |
| UINT32 | delayed_ack |
| UINT32 | cwndcnt |
Definition at line 29 of file Congestion.c.
| double stru_bic::beta |
Definition at line 34 of file Congestion.c.
| UINT32 stru_bic::cnt |
Definition at line 37 of file Congestion.c.
| UINT32 stru_bic::cwndcnt |
Definition at line 46 of file Congestion.c.
| UINT32 stru_bic::delayed_ack |
Definition at line 44 of file Congestion.c.
| UINT32 stru_bic::epoch_start |
Definition at line 42 of file Congestion.c.
| bool stru_bic::fast_convergence |
Definition at line 33 of file Congestion.c.
| UINT32 stru_bic::last_cwnd |
Definition at line 40 of file Congestion.c.
| UINT32 stru_bic::last_max_cwnd |
Definition at line 38 of file Congestion.c.
| UINT32 stru_bic::last_time |
Definition at line 41 of file Congestion.c.
| UINT32 stru_bic::loss_cwnd |
Definition at line 39 of file Congestion.c.
| UINT32 stru_bic::low_window |
Definition at line 31 of file Congestion.c.
| UINT32 stru_bic::max_increment |
Definition at line 32 of file Congestion.c.
| UINT32 stru_bic::smooth_part |
Definition at line 35 of file Congestion.c.