HomeSort by relevance Sort by last modified time
    Searched refs:SCTP_INITIAL_CWND (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_constants.h 753 #define SCTP_INITIAL_CWND 4380
    [all...]
sctp_cc_functions.c 66 cwnd_in_mtu = SCTP_BASE_SYSCTL(sctp_initial_cwnd);
69 net->cwnd = min((net->mtu * 4), max((2 * net->mtu), SCTP_INITIAL_CWND));
    [all...]

Completed in 55 milliseconds