-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit b7b41b9.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# v0.0.1 | ||
|
||
实现基本功能 | ||
|
||
# v0.1.0 | ||
|
||
1. 修改数据包头,增加crc32校验码 | ||
2. 实现连接池,支持多路IO复用 | ||
3. 新增读写超时时间配置 | ||
4. 减少单次forward数据量,提高吞吐量 | ||
5. 重构部分代码 | ||
|
||
**注:由于在包头上增加了crc32校验码,因此v0.0.1版本与v0.1.0版本的程序不能混用** |