Set default protocol to "tcp"

This commit is contained in:
badaix 2025-01-29 22:38:59 +01:00
parent a69e97eb53
commit 77d23f627d

View file

@ -63,7 +63,7 @@ struct ClientSettings
/// server host or IP address /// server host or IP address
std::string host; std::string host;
/// protocol: "tcp", "ws" or "wss" /// protocol: "tcp", "ws" or "wss"
std::string protocol; std::string protocol{"tcp"};
/// server port /// server port
size_t port{1704}; size_t port{1704};
/// server certificate /// server certificate