You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice currently only server side support sending datagram, I think it would technically the same code if we want to support such in client side?
The text was updated successfully, but these errors were encountered:
Ruben2424
added
E-medium
Effort: medium. Some knowledge of how the internals work would be useful.
C-feature
Category: feature. This is adding a new feature.
labels
Dec 30, 2024
Isn't the extension that's already in master ready to be used? If so, is there anything we could help with to get a crates.io release of the h3-quinn and h3 crates that would include the datagram support?
Nope, I am horribly mistaken. Would it be OK to submit a PR to expose datagrams to client connections too? We're looking to implement an RFC 9298 compliant client, so we have a hard dependency on being able to send datagrams from a client connection.
Would it be OK to submit a PR to expose datagrams to client connections too?
That is, what this issue is about. A PR would be great.
Please keep in mind, that there are yet unreleased changes on master, which move the datagram logic to a seperate crate within this reposetory. https://github.com/hyperium/h3/tree/master/h3-datagram
Notice currently only server side support sending datagram, I think it would technically the same code if we want to support such in client side?
The text was updated successfully, but these errors were encountered: