From 86e287d1173c7c6a2333801bdbc31d960f08140b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Ned=C5=BEibovi=C4=87?= Date: Mon, 1 Feb 2021 16:38:53 +0100 Subject: [PATCH] Update the readme file. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0ee1a0f43..1ad8da3eb 100644 --- a/README.md +++ b/README.md @@ -1956,6 +1956,13 @@ command. Sample return dictionary: "result": "ok" } +The *tcp-ng* Control Protocol +========================= + +*rtpengine* also has support for *ng* control protocol where transport is +TCP (If enabled in the config via the --listen-tcp-ng option). Everything +said for UDP based *ng* protocol counts for TCP variant too. + HTTP/WebSocket support ======================