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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dpush.c216 const int max_push_requests = c->options.handshake_window / PUSH_REQUEST_INTERVAL; local
217 if (++c->c2.n_sent_push_requests <= max_push_requests)
223 msg (D_STREAM_ERRORS, "No reply from server after sending %d push requests", max_push_requests);

Completed in 25 milliseconds