-
Notifications
You must be signed in to change notification settings - Fork 84
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
Comments
Not yet, but QUIC support is being actively worked on in upstream Envoy: 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? |
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. |
If I want to implement UDP traffic monitoring, what do I need to do? |
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. |
|
In your official website introduction, I saw that
envoy-mobile
supportsQUIC
, but I did not find this part in the documentation and source coe.Another question: Does envoy-mobile support UDP?
The text was updated successfully, but these errors were encountered: