Searched refs:recovery_cnt (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/netinet/
H A Dsctp_timer.c491 int recovery_cnt = 0; local
550 recovery_cnt++;
554 SCTP_PRINTF("Recover attempts a restart cnt:%d\n", recovery_cnt);
556 if (recovery_cnt < 10) {
559 SCTP_PRINTF("Recovery fails %d times??\n", recovery_cnt);

Completed in 40 milliseconds