TSG-14628 TFE适配TCP Option Profile库表的变更

This commit is contained in:
luwenpeng
2023-04-11 15:19:22 +08:00
committed by luwenpeng
parent 0a3d06eed1
commit f741c3c025
17 changed files with 554 additions and 51 deletions

View File

@@ -14,7 +14,7 @@ extern "C"
struct raw_socket
{
int sockfd;
char interface[64];
char interface[16];
struct ether_addr mac_addr;
struct sockaddr_ll sockaddr;
};