warp the socket api

This commit is contained in:
lr
2024-05-22 18:05:50 +08:00
parent 1a4be4e6b4
commit 43bb298df9
5 changed files with 368 additions and 12 deletions
@@ -23,7 +23,6 @@ int main(int argc, char* argv[])
struct Session sess;
connect_session(&sess, "LWIPServer", 4096);
LWIP_test(&sess);
free_session(&sess);