diff options
Diffstat (limited to 'docs/sections/services/ves-hv/design.rst')
-rw-r--r-- | docs/sections/services/ves-hv/design.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sections/services/ves-hv/design.rst b/docs/sections/services/ves-hv/design.rst index fb4fa2c7..6bc7c77d 100644 --- a/docs/sections/services/ves-hv/design.rst +++ b/docs/sections/services/ves-hv/design.rst @@ -14,7 +14,7 @@ HV-VES Collector is a high-volume variant of the existing VES (JSON) collector, HV-VES follows the VES-JSON schema as much as possible. - HV-VES uses a Google Protocol Buffers (GPB, proto files) representation of the VES Common Header. -- The proto files use most encoding effective types defined by GPB to cover Common Header fields. +- The proto files use most encoding-effective types defined by GPB to cover Common Header fields. - HV-VES makes routing decisions based mostly on the content of the **Domain** parameter. - HV-VES allows to embed Payload of different types (by default perf3gpp domain is included). |