diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-01-21 18:25:23 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-01-21 18:25:23 +0000 |
commit | af55fcdcfb0857a3516f30fb61176ffe9bc31110 (patch) | |
tree | d92b8bd808ab3f6420e2733295024d1fbf6a1d7b /cpp/config/TestUtil.py | |
parent | adding server; removing wstring (diff) | |
download | ice-af55fcdcfb0857a3516f30fb61176ffe9bc31110.tar.bz2 ice-af55fcdcfb0857a3516f30fb61176ffe9bc31110.tar.xz ice-af55fcdcfb0857a3516f30fb61176ffe9bc31110.zip |
Update of SUDP (Secure UDP) related code. SUDP is still not active, but
compiles as is under Linux and Windows.
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 066a9a2ad77..3b614fccb9f 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -14,8 +14,8 @@ # protocol. Otherwise TCP is used. # -#protocol = "ssl" -protocol = "" +protocol = "ssl" +# protocol = "" # # Set the host to the host name the test servers are running on. If not |