TCP_INIT_CWND
tcp_snd_cwnd_set(tp, TCP_INIT_CWND);
tcp_snd_cwnd_set(tp, TCP_INIT_CWND);
return TCP_INIT_CWND; /* be safe: cap at default initial cwnd*/
else if (cwnd < target_cwnd || tp->delivered < TCP_INIT_CWND)
cwnd = TCP_INIT_CWND;
nr_segs = max_t(u32, TCP_INIT_CWND, tcp_snd_cwnd(tp));
(u32)TCP_INIT_CWND * tp->advmss);
TCP_INIT_CWND * tp->advmss);
msk->rcvq_space.space = TCP_INIT_CWND * TCP_MSS_DEFAULT;