Files
DragonOS/user/apps/test-backlog/README.md
Saga1718 c719ddc631 feat(net): 实现tcp backlog功能 (#714)
* feat:实现tcp的backlog功能
2024-04-14 23:51:47 +08:00

10 lines
376 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 程序说明
用于测试tcp的backlog功能的测试程序
本程序绑定到0.0.0.0:12580端口并在外部手动多线程请求这个端口来测试backlog功能
## 使用方法
1. 打开系统的/bin目录
2. 输入指令exec test-backlog即可开始测试
3. 可以在外部使用apifox进行多次请求当请求数目超过backlog时会有几个请求失败