add network receive function and some ajust but no test

This commit is contained in:
2019-12-14 21:52:01 +08:00
parent 9924a30108
commit 04da406157
4 changed files with 77 additions and 14 deletions

View File

@@ -1,4 +1,7 @@
{
"test": "test",
"listen": 3900
"listen_port": 3900,
"listen_addr": "127.0.0.1",
"listen_num": 39,
"recv_buff": 4096
}