Skip to content

Commit

Permalink
add utp impl based on rust-utp
Browse files Browse the repository at this point in the history
  • Loading branch information
95th committed Jul 26, 2020
1 parent 87aefbd commit b9367cf
Show file tree
Hide file tree
Showing 21 changed files with 5,454 additions and 26 deletions.
135 changes: 111 additions & 24 deletions Cargo.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Gurwinder Singh <vargwin@gmail.com>"]
edition = "2018"

[workspace]
members = ["dht"]
members = ["dht", "utp", "ben"]

[dependencies]
url = "2.1.1"
Expand All @@ -19,8 +19,9 @@ log = { version = "0.4.8", features = ["release_max_level_off"] }
percent-encoding = "2.1.0"
env_logger = "0.7.1"
ben = { path = "ben" }
dht = { path = "dht" }
utp = { path = "utp"}
clap = "2.33.0"
bytes = "0.5.4"
dht = { path = "dht" }
byteorder = "1.3.4"
anyhow = "1.0.28"
1 change: 1 addition & 0 deletions utp/COPYRIGHT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This project is dual-licensed under the terms of the MIT and Apache (version 2.0) licenses.
Loading

0 comments on commit b9367cf

Please sign in to comment.