removed the periodic printing of TCP MSS

This commit is contained in:
Nikos Mavrogiannopoulos
2014-02-15 21:08:00 +01:00
parent 55de932cdb
commit a329982c97

View File

@@ -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);