TSG-2611:1、修改对获取tcp_maxseg的处理
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user