HomeSort by relevance Sort by last modified time
    Searched full:recovery_cnt (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_timer.c 483 int recovery_cnt = 0; local
546 recovery_cnt++;
550 SCTP_PRINTF("Recover attempts a restart cnt:%d\n", recovery_cnt);
552 if (recovery_cnt < 10) {
555 SCTP_PRINTF("Recovery fails %d times??\n", recovery_cnt);
    [all...]

Completed in 68 milliseconds