Lines Matching full:nv
3 * TCP NV: TCP with Congestion Avoidance
5 * TCP-NV is a successor of TCP-Vegas that has been developed to
7 * Like TCP-Vegas, TCP-NV supports true congestion avoidance,
9 * When congestion (queue buildup) starts to occur, TCP-NV
14 * NV is only recommeneded for traffic within a data center, and when
15 * all the flows are NV (at least those within the data center). This
20 * Note: High NIC coalescence values may lower the performance of NV
33 /* TCP NV parameters
78 MODULE_PARM_DESC(nv_min_cwnd, "NV will not decrease cwnd below this value"
81 /* TCP NV Parameters */
94 u8 nv_min_cwnd; /* nv won't make a ca decision if cwnd is
189 /* Only grow cwnd if NV has not detected congestion */ in tcpnv_cong_avoid()
237 /* Do congestion avoidance calculations for TCP-NV
444 * (it wasn't before, if it is now is because nv in tcpnv_acked()
480 .name = "nv",
500 MODULE_DESCRIPTION("TCP NV");