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

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_constants.h 699 #define SCTP_MINIMAL_RWND (4096) /* minimal rwnd */
    [all...]
sctp_var.h 87 #define sctp_maxspace(sb) (max((sb)->sb_hiwat,SCTP_MINIMAL_RWND))
sctp_output.c     [all...]
sctp_indata.c 86 calc = max(SCTP_SB_LIMIT_RCV(stcb->sctp_socket), SCTP_MINIMAL_RWND);
    [all...]
sctputil.c 1080 asoc->my_rwnd = max(SCTP_SB_LIMIT_RCV(inp->sctp_socket), SCTP_MINIMAL_RWND);
    [all...]

Completed in 402 milliseconds