Rename libp2p-tcp-transport to libp2p-tcp (#762)

This commit is contained in:
Pierre Krieger
2018-12-10 13:39:11 +01:00
committed by GitHub
parent 05e4a84da3
commit a8a6438fbc
21 changed files with 34 additions and 34 deletions

View File

@ -455,11 +455,11 @@ fn proto_to_resp_msg(
#[cfg(test)]
mod tests {
extern crate libp2p_tcp_transport;
extern crate libp2p_tcp;
extern crate tokio;
/*// TODO: restore
use self::libp2p_tcp_transport::TcpConfig;
use self::libp2p_tcp::TcpConfig;
use self::tokio::runtime::current_thread::Runtime;
use futures::{Future, Sink, Stream};
use libp2p_core::{PeerId, PublicKey, Transport};