-
-
Notifications
You must be signed in to change notification settings - Fork 390
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
extract udp socket handling into a separate crate #1178
Comments
It's an interesting idea. There's some possible drawbacks:
|
I think such a crate should not be general but specialized for use whithin quinn(-proto).
Extracting or not, such an issue remains. So far it is handled as a |
I assume the concern here is mainly with the maintainance overhead if people start requesting lots of features quinn doesn't use. But we can say no to such feature requests. |
If it's explicitly quinn- (or at least QUIC-) specific, and only split out for the benefit of people working with quinn-proto directly for whatever reason, then I don't see any major issues. |
Sounds okay to me, too. |
I kind of did that for libp2p-quic here but it might make sense to unify the code bases, as it's probably useful to many people using udp sockets.
The text was updated successfully, but these errors were encountered: