]> git.stg.codes - stg.git/blobdiff - stglibs/sgcp.lib/include/stg/sgcp_types.h
Experimental implementation of SGCP using Boost.Asio.
[stg.git] / stglibs / sgcp.lib / include / stg / sgcp_types.h
index 47920077c42149735e71cf9a2d8a6e83ec0e4f5c..a33be7b2f7672cfe78909f9c0f3d04e49fa7ca87 100644 (file)
@@ -29,8 +29,8 @@ namespace SGCP
 enum TransportType
 {
     UNIX,
-    UDP,
-    TCP
+    TCP,
+    SSL
 };
 
 } // namespace SGCP