Move unix_socket_abstract
feature API to SocketAddrExt
.
This commit is contained in:
parent
fc380ecd13
commit
8f1e6eba34
6 changed files with 123 additions and 83 deletions
|
@ -1,4 +1,9 @@
|
|||
//! Linux-specific networking functionality.
|
||||
|
||||
#![unstable(feature = "tcp_quickack", issue = "96256")]
|
||||
|
||||
#[unstable(feature = "unix_socket_abstract", issue = "85410")]
|
||||
pub use crate::os::net::linux_ext::addr::SocketAddrExt;
|
||||
|
||||
#[unstable(feature = "tcp_quickack", issue = "96256")]
|
||||
pub use crate::os::net::linux_ext::tcp::TcpStreamExt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue