mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-27 02:47:43 +02:00
add local_addr binding to connector service
This commit is contained in:
@ -76,7 +76,7 @@ pub mod net {
|
||||
|
||||
use tokio::io::{AsyncRead, AsyncWrite};
|
||||
pub use tokio::net::UdpSocket;
|
||||
pub use tokio::net::{TcpListener, TcpStream};
|
||||
pub use tokio::net::{TcpListener, TcpSocket, TcpStream};
|
||||
|
||||
#[cfg(unix)]
|
||||
pub use tokio::net::{UnixDatagram, UnixListener, UnixStream};
|
||||
|
Reference in New Issue
Block a user