Skip to content

feature gate native socket implementation#125

Open
SocraticSauropod wants to merge 1 commit intomullvad:mainfrom
SocraticSauropod:sockets-feature
Open

feature gate native socket implementation#125
SocraticSauropod wants to merge 1 commit intomullvad:mainfrom
SocraticSauropod:sockets-feature

Conversation

@SocraticSauropod
Copy link
Copy Markdown
Contributor

@SocraticSauropod SocraticSauropod commented Apr 22, 2026

Resolves #121.

As part of this, we also feature gate some things which the sockets implementation depends on, which are not depended on by the whole codebase. In particular, the socket2 crate, and tokio's "net" feature.

Open question: What actually should the feature be named?
I find myself a little partial to native_sockets, though this currently names it socket.


This change is Reviewable

As part of this, we also feature gate some things which the sockets
implementation depends on, which are not depended on by the whole codebase.
In particular, the `socket2` crate, and `tokio`'s `"net"` feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Gating the Native Socket Implementation

1 participant