-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feature request: support macOS's launch_activate_socket #1330
Comments
It seems that you only create the TCP socket via |
https://github.com/LinkTed/doh-client/blob/master/src/listen/activation_socket.rs#L28-L34 It has memory leaks if |
@zonyitoo I will try to implement and make a PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In shadowsocks-libev, there is
launch_activate_socket
in shadowsocks/shadowsocks-libev#1003.In shadowsocks-rust, there is no such feature.
So, it's possible for shadowsocks-rust to support this feature?
There is another rust project https://github.com/LinkTed/doh-client ships with
launch_activate_socket
.The text was updated successfully, but these errors were encountered: