TSG-16126 修复Proxy Events日志中存在c2s和s2c有字节数为0的问题
This commit is contained in:
@@ -462,7 +462,7 @@ static int http_lua_get_5tuple(struct elua_vm *vm)
|
||||
return 0;
|
||||
}
|
||||
|
||||
char ip_addr[64]={0};
|
||||
char ip_addr[128]={0};
|
||||
unsigned int source=0,dest=0,protocol;
|
||||
char src_ip_str[MAX(INET6_ADDRSTRLEN,INET_ADDRSTRLEN)] = {0};
|
||||
char dst_ip_str[MAX(INET6_ADDRSTRLEN,INET_ADDRSTRLEN)] = {0};
|
||||
|
||||
Reference in New Issue
Block a user