Home
last modified time | relevance | path

Searched refs:tcp_io (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/rtmp/src/session/
H A Dclient_session.rs110 let tcp_io: Box<dyn TNetIO + Send + Sync> = Box::new(TcpIO::new(stream)); in new() localVariable
111 let net_io = Arc::new(Mutex::new(tcp_io)); in new()
H A Dserver_session.rs78 let tcp_io: Box<dyn TNetIO + Send + Sync> = Box::new(TcpIO::new(stream)); in new() localVariable
79 let net_io = Arc::new(Mutex::new(tcp_io)); in new()