librqbit-utp 0.6.3

uTP (uTorrent Transport Protocol) library, implements BEP 29
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# librqbit-utp

A uTP library in Rust inspired by (and much copy-pasted from!) awesome [smoltcp](https://github.com/smoltcp-rs/smoltcp)

Intended for use in [rqbit](https://github.com/ikatson/rqbit) torrent client.

See example usage in [examples](https://github.com/ikatson/librqbit-utp/blob/main/examples/echo_minimal.rs).

## Run example

This will run the example server and client talking to each other

```
RUST_LOG=info cargo run --example echo
```