mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
removed the periodic printing of TCP MSS
This commit is contained in:
@@ -957,7 +957,7 @@ int periodic_check(worker_st * ws, unsigned mtu_overhead, time_t now)
|
||||
strerror(e));
|
||||
} else {
|
||||
max -= 13;
|
||||
oclog(ws, LOG_DEBUG, "TCP MSS is %u", max);
|
||||
/*oclog(ws, LOG_DEBUG, "TCP MSS is %u", max);*/
|
||||
if (max > 0 && max - mtu_overhead < ws->conn_mtu) {
|
||||
oclog(ws, LOG_INFO, "reducing MTU due to TCP MSS to %u",
|
||||
max - mtu_overhead);
|
||||
|
||||
Reference in New Issue
Block a user