MAX_QUEUED_HANDSHAKES
underload = wg_queue_len(&sc->sc_handshake_queue) >= MAX_QUEUED_HANDSHAKES / 8;
if (hs->q_len < MAX_QUEUED_HANDSHAKES) {