-
Notifications
You must be signed in to change notification settings - Fork 735
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
Solaris 11.4 does support SOCK_CLOEXEC and SOCK_NONBLOCK #1328
Comments
@frozen-tofu want to open a pr moving solaris from Line 56 in 68805cb
Lines 26 to 34 in 68805cb
|
Yes, but I've to check whether Solaris 10, previous Solaris 11 and Illumos have implemented those flags.
发自我的iPhone
…------------------ Original ------------------
From: Thomas de Zeeuw <notifications@github.com>
Date: Fri,May 29,2020 7:52 PM
To: tokio-rs/mio <mio@noreply.github.com>
Cc: Frozen-Tofu <me@kaze.ai>, Mention <mention@noreply.github.com>
Subject: Re: [tokio-rs/mio] Solaris 11.4 does support SOCK_CLOEXEC and SOCK_NONBLOCK (#1328)
@frozen-tofu want to open a pr moving solaris from https://github.com/tokio-rs/mio/blob/68805cbeb7797e0d2653e861e009cc10c05bd4f9/src/sys/unix/net.rs#L56 to https://github.com/tokio-rs/mio/blob/68805cbeb7797e0d2653e861e009cc10c05bd4f9/src/sys/unix/net.rs#L26-L34?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Illumos now has a different target: #1295. |
We don't support Solaris (see #1152), illumos should work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mio/src/sys/unix/net.rs
Line 56 in 68805cb
According to their document https://docs.oracle.com/cd/E88353_01/html/E37843/socket-3c.html
but still not sure about previous versions.
The text was updated successfully, but these errors were encountered: