utp 0.2.1
utp: ^0.2.1 copied to clipboard
uTP library wirtten by Dart. It implements BitTorren BEP0029 Specification.
0.0.1 #
- Initial version
0.1.2 #
- Send/Receive data
- Send multiple packets
- Send data with selectiveACK
- Send keepalive
- Can communicate with libutp
0.2.0 #
- Change timeout caculator
- Can process FIN message
- Change the window size caculator
- Use dymanic window size and packet size to control data sending
0.2.1 #
- Fix FIN message bug