--fix-gro works

This commit is contained in:
root
2019-07-15 15:33:16 +00:00
parent 7e55b1e132
commit c1dfd4e928
2 changed files with 6 additions and 7 deletions

View File

@@ -1944,9 +1944,8 @@ int recv_raw_tcp(raw_info_t &raw_info,char * &payload,int &payloadlen)
if(tcp_chk!=0)
{
mylog(log_debug,"tcp_chk:%x\n",tcp_chk);
mylog(log_debug,"tcp header error\n");
return -1;
mylog(log_debug,"tcp_chk:%x, tcp checksum failed, ignored\n",tcp_chk);
//return -1;
}