add stub code for ws proxy server

This commit is contained in:
Benjamin Sergeant
2019-11-15 14:30:20 -08:00
parent af6100b90f
commit 0e43c618a5
4 changed files with 94 additions and 0 deletions

View File

@ -142,4 +142,10 @@ namespace ix
int ws_autobahn_main(const std::string& url, bool quiet);
int ws_redis_server_main(int port, const std::string& hostname);
int ws_proxy_server_main(int port,
const std::string& hostname,
const ix::SocketTLSOptions& tlsOptions,
const std::string& remoteHost,
int remotePort);
} // namespace ix