Fix FAQ for UDP is supported (#5178)

* Fix FAQ for UDP is supported

* Update content/en/faq/traffic-management/naming-port-convention.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
This commit is contained in:
Frank Budinsky 2019-10-18 10:29:24 -04:00 committed by Martin Taillefer
parent 38f252fb68
commit 0a51978c26
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ title: What protocols does Istio support?
weight: 50
---
Currently, Istio supports TCP based protocols. In additional to this, Istio provides additional functionality, such as routing and metrics, from other protocols such as `http` and `mysql`. Currently, UDP traffic is not supported.
Currently, Istio supports TCP based protocols. Additionally, Istio provides functionality such as routing and metrics for other protocols such as `http` and `mysql`.
For a list of all protocols, and information on how to configure protocols, view the [Protocol Selection](/docs/ops/traffic-management/protocol-selection/) documentation.