From b8e9095135ec898cc5826f0c216dd3c120b5cafc Mon Sep 17 00:00:00 2001 From: wangyu Date: Mon, 11 Jan 2021 05:58:31 -0500 Subject: [PATCH] add --fix-gro reminder --- client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.cpp b/client.cpp index aca71b4..605098a 100644 --- a/client.cpp +++ b/client.cpp @@ -724,7 +724,7 @@ void async_cb(struct ev_loop *loop, struct ev_async *watcher, int revents) if(empty) break; if(g_fix_gro==0&&len>max_data_len) { - mylog(log_warn,"huge packet %d > %d, dropped\n",len,max_data_len); + mylog(log_warn,"huge packet %d > %d, dropped. maybe you need to turn down mtu at upper level, or maybe you need the --fix-gro option\n",len,max_data_len); break; }