utp 1.0.1 copy "utp: ^1.0.1" to clipboard
utp: ^1.0.1 copied to clipboard

uTorrent Transport Protocol (BEP0029 specification) library implemented by pure Dart.

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

0.3.0 #

  • Change FIN message process logic
  • Process RESET message
  • Write README

0.3.1 #

  • Fix UTP packet parse bug

0.4.0 #

  • Implement LEDBAT
  • Change packet sending process to improve sending speed.

1.0.0 #

  • Fix destroy method bug
  • Fix close method bug
  • Clear codes

1.0.1 #

  • Fix minrtt null bug
  • Delete log print
2
likes
30
pub points
34%
popularity

Publisher

unverified uploader

uTorrent Transport Protocol (BEP0029 specification) library implemented by pure Dart.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on utp