Skip to content

Commit

Permalink
Creating and shutting down multiple TURN clients
Browse files Browse the repository at this point in the history
  • Loading branch information
vi committed Feb 5, 2019
1 parent 9cf5be4 commit 2c0c177
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 170 deletions.
153 changes: 47 additions & 106 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,16 @@ edition = "2018"
keywords = [ "rfc5766", "turn", "networking"]

[dependencies]
rusturn = "0.0.3"
rustun = "0.3.5"
futures = "0.1.25"
tokio = "0.1.15"
structopt = "0.2.14"
fibers = "0.1.12"
fibers_transport = "0.1.2"
stun_codec = "0.1.10"
bytecodec = "0.4.11"
rand = "0.6.5"
stunclient = {path = "/home/vi/code/stunclient" }
stunclient = "0.1.1"
turnclient = "0.1.0"
spin_sleep = "0.3.7"
tokio-timer = "0.2.10"

[replace]
"stun_codec:0.1.10" = {path = "/mnt/src/git/stun_codec"}
Loading

0 comments on commit 2c0c177

Please sign in to comment.