mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Set default protocol to "tcp"
This commit is contained in:
parent
a69e97eb53
commit
77d23f627d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue