add stub code for ws proxy server
This commit is contained in:
6
ws/ws.h
6
ws/ws.h
@ -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
|
||||
|
Reference in New Issue
Block a user