Antunnel use network byte order

This commit is contained in:
lxsang
2021-11-27 15:05:10 +01:00
parent 50acc59d0b
commit 5acda74ba4
8 changed files with 17 additions and 11 deletions

View File

@ -5,6 +5,7 @@ talk to server side applications via the [`antd-tunnel-pligin`](https://github.c
using a single websocket API.
## Changes log
- v0.2.0-b User multiple bytes interger network byte order in frame format
- v0.1.9-b Use the new client size minima frame format (reduces frame overhead)
- v0.1.4-a Reduce frame overhead
- v0.1.3-a Remove magic number in the frame to reduce frame overhead

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@
"author": "Xuan Sang LE",
"email": "xsang.le@lxsang.me"
},
"version":"0.1.9-b",
"version":"0.2.0-b",
"category":"Library",
"iconclass":"fa fa-adn",
"mimes":["none"],