TSG-2611:1、修改对获取tcp_maxseg的处理

This commit is contained in:
fumingwei
2020-08-17 18:45:55 +08:00
parent 6812704f92
commit d60632cd96
3 changed files with 90 additions and 30 deletions

View File

@@ -361,7 +361,11 @@ static unsigned char* kni_cmsg_serialize_header_new(struct pme_info *pmeinfo, st
if(g_kni_handle->pxy_tcp_option_enable == 1)
{
ret = pxy_tcp_option_cmsg_set(cmsg, pmeinfo);
if(ret < 0) goto error_out;
if(ret < 0)
{
KNI_LOG_DEBUG(logger, "Proxy-tcp-option: Failed at set cmsg");
goto error_out;
}
}
//src mac