Skip to content
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

Can support QUIC/HTTP3 protocol? #1033

Open
Poorunga opened this issue Aug 14, 2020 · 5 comments
Open

Can support QUIC/HTTP3 protocol? #1033

Poorunga opened this issue Aug 14, 2020 · 5 comments

Comments

@Poorunga
Copy link

In your official website introduction, I saw that envoy-mobile supports QUIC, but I did not find this part in the documentation and source coe.

Another question: Does envoy-mobile support UDP?

@goaway
Copy link
Contributor

goaway commented Aug 14, 2020

Not yet, but QUIC support is being actively worked on in upstream Envoy:
https://github.com/envoyproxy/envoy/issues?page=1&q=label%3Aarea%2Fquic

This is one of the major motivators for creating this library and we hope to have progress to report here soon.

As for UDP, yes, it theoretically supports it. The default configuration that we bundle with the library doesn't provide for it, however. What sort of usage of UDP did you have in mind? Or were you just asking due to it being a requirement for QUIC?

@Poorunga
Copy link
Author

My primary goal is to be able to use envoy-mobile to monitor UDP traffic, and I know that envoy can do this.

Second, envoy-mobile can support the QUIC protocol.

@Poorunga
Copy link
Author

If I want to implement UDP traffic monitoring, what do I need to do?

@stale
Copy link

stale bot commented Sep 13, 2020

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Sep 13, 2020
@stale stale bot removed the stale label Sep 13, 2020
@junr03
Copy link
Member

junr03 commented Sep 13, 2020

If I want to implement UDP traffic monitoring, what do I need to do?
@Poorunga it depends on what you mean by traffic monitoring? What are you trying to do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants