Skip to content

Conversation

@boquan-fang
Copy link
Contributor

Release Summary:

  • Implement dcQUIC server tokio builder

Resolved issues:

This is the next step of #2741.

Description of changes:

Add dcQUIC tokio server struct and its builder.

Call-outs:

The handshake element of Server needs to have a local_addr() method that hasn't yet been implemented. Hence, we need a Handshake trait that temporarily make the local_addr() method abstract.

Testing:

This is tested in my system.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@boquan-fang boquan-fang marked this pull request as ready for review August 6, 2025 19:23
* chagne the comment
* remove allow async_fn_in_trait since there is no async fun
* move import above child module
@boquan-fang boquan-fang force-pushed the dcQUIC-tokio-server-builder branch from 99181b3 to 8f1ddd8 Compare August 6, 2025 20:44
@boquan-fang boquan-fang requested a review from camshaft August 6, 2025 20:45
@boquan-fang boquan-fang merged commit b1245b8 into aws:main Aug 6, 2025
120 checks passed
@boquan-fang boquan-fang deleted the dcQUIC-tokio-server-builder branch August 6, 2025 21:14
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.

2 participants