-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking Issue for feature(unix_socket_peek) #76923
Comments
Any idea when this might get stabilized? |
Any news? |
Sadly I have not been using Rust for the last year or so, and have not used this feature for even longer. In more than two years that this feature has existed in unstable, no bugs have been reported. @rust-lang/libs-api, asking for FCP. |
FYI, I wrote a draft RFC for a v2 of Unix socket ancillary data support at rust-lang/rfcs#3430. One of the features it would expose from the underlying |
@KodrAus hey there! It looks like you were the initial reviewer for this functionality :) (sorry for ping!) What is the process for getting this out of nightly? Seems like it's been there for 3 years |
The v2 RFC (rust-lang/rfcs#3430) proposes adding a peek option in I don't think these two APIs are in conflict. The advanced API is quite complex and peeking with it is a multi-step process. Even with the advanced API available, users could prefer |
This is a tracking issue for methods
peek
andpeek_from
onUnixStream
andUnixDatagram
(#73761).The feature gate for the issue is
#![feature(unix_socket_peek)]
.Public API
Steps / History
peek
andpeek_from
toUnixStream
andUnixDatagram
#73761 - initial implementationUnresolved Questions
The text was updated successfully, but these errors were encountered: