feat(net): 实现tcp backlog功能 (#714)

* feat:实现tcp的backlog功能
This commit is contained in:
Saga1718
2024-04-14 23:51:47 +08:00
committed by GitHub
parent 9621ab16ef
commit c719ddc631
14 changed files with 256 additions and 59 deletions

View File

@ -0,0 +1,26 @@
{
"name": "test-backlog",
"version": "0.1.0",
"description": "test the tcp backlog",
"rust_target": null,
"task_type": {
"BuildFromSource": {
"Local": {
"path": "apps/test-backlog"
}
}
},
"depends": [],
"build": {
"build_command": "make install"
},
"install": {
"in_dragonos_path": "/"
},
"clean": {
"clean_command": "make clean"
},
"envs": [],
"build_once": false,
"install_once": false
}