X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/70f8adff2c970496bdc45717cad49ddec0405ae7..62a323c846db0ef869ff7a3030e473835b9f7ac3:/stglibs/sgcp.lib/include/stg/sgcp_types.h diff --git a/stglibs/sgcp.lib/include/stg/sgcp_types.h b/stglibs/sgcp.lib/include/stg/sgcp_types.h index 47920077..a33be7b2 100644 --- a/stglibs/sgcp.lib/include/stg/sgcp_types.h +++ b/stglibs/sgcp.lib/include/stg/sgcp_types.h @@ -29,8 +29,8 @@ namespace SGCP enum TransportType { UNIX, - UDP, - TCP + TCP, + SSL }; } // namespace SGCP