add test_net.c

This commit is contained in:
lr
2024-05-17 18:07:26 +08:00
parent 59c1edce98
commit bcc5251dc0
6 changed files with 7 additions and 10 deletions
@@ -17,3 +17,4 @@ void LWIP_init(struct Session* session, char* ip, char* mask, char* gw){
IPC_CALL(Ipc_LWIP_init)(session, ip, mask, gw);
}