Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brewlin committed Dec 9, 2019
1 parent 15277d0 commit 62d3f5b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@
`./cmd/*.md`
## @application 应用层
- [x] http [docs](./cmd/http.md)
- [x] http client
- [x] websocket [docs](./cmd/websocket.md)
- [ ] websocket client

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

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

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

0 comments on commit 62d3f5b

Please sign in to comment.