Home
last modified time | relevance | path

Searched defs:tcp_listener (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/
Dmod.rs167 … let tcp_listener = std::net::TcpListener::bind("127.0.0.1:0").expect("server bind port failed !"); localVariable
215 let tcp_listener = std::net::TcpListener::bind("::1:0").expect("server bind port failed !"); localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/tests/
Dsdv_async_http2.rs102 let tcp_listener = localVariable