mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
increased priority
This commit is contained in:
@@ -1239,7 +1239,6 @@ hsk_restart:
|
||||
if (ret == 0) {
|
||||
goto hsk_restart;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (ret == 0) {
|
||||
@@ -1247,7 +1246,7 @@ hsk_restart:
|
||||
ws->udp_state = UP_ACTIVE;
|
||||
mtu_discovery_init(ws, mtu);
|
||||
mtu_set(ws, mtu);
|
||||
oclog(ws, LOG_DEBUG, "DTLS handshake completed (MTU: %u)\n", ws->conn_mtu);
|
||||
oclog(ws, LOG_INFO, "DTLS handshake completed (MTU: %u)\n", ws->conn_mtu);
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user