mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
more informative message
This commit is contained in:
@@ -1228,7 +1228,7 @@ hsk_restart:
|
||||
ws->udp_state = UP_ACTIVE;
|
||||
mtu_discovery_init(ws, mtu);
|
||||
mtu_set(ws, mtu);
|
||||
oclog(ws, LOG_INFO, "DTLS handshake completed (MTU: %u)\n", ws->conn_mtu);
|
||||
oclog(ws, LOG_INFO, "DTLS handshake completed (plaintext MTU: %u)\n", ws->conn_mtu-1);
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user