mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-09-01 14:49:25 +00:00
Cleanup and reformatting
This commit is contained in:
@ -49,7 +49,7 @@ public:
|
||||
|
||||
struct Configuration {
|
||||
bool disableTlsVerification = false; // if true, don't verify the TLS certificate
|
||||
std::optional<std::vector<string>> protocols = std::nullopt;
|
||||
std::vector<string> protocols;
|
||||
};
|
||||
|
||||
WebSocket(std::optional<Configuration> config = nullopt);
|
||||
|
Reference in New Issue
Block a user