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

/openbsd-current/usr.bin/ssh/
H A Dpacket.c1025 #define MAX_PACKETS (1U<<31) macro
1057 * Always rekey when MAX_PACKETS sent in either direction
1060 if (state->p_send.packets > MAX_PACKETS ||
1061 state->p_read.packets > MAX_PACKETS)

Completed in 158 milliseconds