Skip to content

Commit 62d3f5b

Browse files
committed
update readme
1 parent 15277d0 commit 62d3f5b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@
1515
`./cmd/*.md`
1616
## @application 应用层
1717
- [x] http [docs](./cmd/http.md)
18-
- [x] http client
1918
- [x] websocket [docs](./cmd/websocket.md)
20-
- [ ] websocket client
2119

2220
## @transport 传输层
2321
- [x] tcp [docs](./cmd/tcp.md)
24-
- [x] tcp client
2522
- [x] udp [docs](./cmd/udp.md)
2623
- [x] port 端口机制
2724

@@ -37,6 +34,11 @@
3734
## @物理层
3835
- [x] tun tap 虚拟网卡的实现
3936

37+
## @客户端
38+
发起客户端请求
39+
- [x] http client
40+
- [x] websocket client
41+
- [x] tcp client
4042
## 协议相关api
4143
### 1.应用层相关协议
4244
应用层暂时只实现了`http``websocket`等文本协议。都基于tcp、对tcp等进行二次封装

0 commit comments

Comments
 (0)