We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d569696 commit 084b0daCopy full SHA for 084b0da
library/std/src/sys/sgx/ext/io.rs
@@ -76,6 +76,7 @@ impl AsRawFd for net::TcpListener {
76
77
/// Metadata for `TcpStream`.
78
#[derive(Debug, Clone, Default)]
79
+#[unstable(feature = "sgx_platform", issue = "56975")]
80
pub struct TcpStreamMetadata {
81
/// Local address of the TCP stream
82
pub local_addr: Option<String>,
@@ -95,6 +96,7 @@ impl FromRawFd for net::TcpStream {
95
96
97
/// Metadata for `TcpListener`.
98
99
100
pub struct TcpListenerMetadata {
101
/// Local address of the TCP listener
102
0 commit comments