Home
last modified time | relevance | path

Searched refs:unix (Results 1 – 6 of 6) sorted by relevance

/tonic/examples/src/uds/
H A Dserver.rs1 #![cfg_attr(not(unix), allow(unused_imports))]
4 #[cfg(unix)]
6 #[cfg(unix)]
8 #[cfg(unix)]
30 #[cfg(unix)] in say_hello()
43 #[cfg(unix)]
63 #[cfg(not(unix))]
H A Dclient.rs1 #![cfg_attr(not(unix), allow(unused_imports))]
9 #[cfg(unix)]
14 #[cfg(unix)]
43 #[cfg(not(unix))]
/tonic/tonic/src/transport/server/
H A Dunix.rs15 pub peer_addr: Option<Arc<tokio::net::unix::SocketAddr>>,
17 pub peer_cred: Option<tokio::net::unix::UCred>,
H A Dmod.rs9 #[cfg(unix)]
10 mod unix; module
36 #[cfg(unix)]
37 pub use unix::UdsConnectInfo;
/tonic/tests/integration_tests/tests/
H A Dconnect_info.rs60 #[cfg(unix)]
61 pub mod unix { module
/tonic/
H A DCHANGELOG.md297 * **transport:** add unix socket support in server ([#861](https://github.com/hyperium/tonic/issues…