diff options
Diffstat (limited to 'modules/websocket/wsl_client.h')
-rw-r--r-- | modules/websocket/wsl_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/websocket/wsl_client.h b/modules/websocket/wsl_client.h index 849639ee8b..3972977910 100644 --- a/modules/websocket/wsl_client.h +++ b/modules/websocket/wsl_client.h @@ -63,6 +63,8 @@ private: String _key; String _host; + int _port; + Array ip_candidates; Vector<String> _protocols; bool _use_ssl = false; |