diff options
author | open-trade <[email protected]> | 2020-03-11 02:20:45 +0800 |
---|---|---|
committer | open-trade <[email protected]> | 2020-03-11 02:20:45 +0800 |
commit | 5e5d8927e29922079211064d8cbb52767a2a6967 (patch) | |
tree | e1a37b46b27f77ef1f7091522b5790ba65d96c69 /Cargo.lock | |
parent | defac1f338573e705b890dd351d55dc7aa67b8dd (diff) | |
download | rustdesk-server-5e5d8927e29922079211064d8cbb52767a2a6967.tar.gz rustdesk-server-5e5d8927e29922079211064d8cbb52767a2a6967.zip |
test if udp/tcp share the same NAT port
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -159,6 +159,7 @@ dependencies = [ "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "protobuf 2.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "protobuf-codegen-pure 2.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |