From f27dc23fc3f214dfaac416f0bdf13f3e942ba15a Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Tue, 11 Jul 2017 10:00:43 +0200 Subject: [PATCH] Clarify --- include/anna/diameter.comm/OriginHost.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/anna/diameter.comm/OriginHost.hpp b/include/anna/diameter.comm/OriginHost.hpp index 8338e0d..1cc7bc9 100644 --- a/include/anna/diameter.comm/OriginHost.hpp +++ b/include/anna/diameter.comm/OriginHost.hpp @@ -33,6 +33,9 @@ namespace anna { /** * OriginHost with single access point for client and server + * That is to say: only one communication engine, then: + * - For client: one CER, then one application Id + * - For server: no app id control, and multiple serverSession overwrites tsw server session (TestManager), no way to distinguish with single port ... */ class OriginHost { -- 2.20.1