Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Christian Eidheim <eidheim@gmail.com>2014-10-04 12:22:27 +0400
committerOle Christian Eidheim <eidheim@gmail.com>2014-10-04 12:22:27 +0400
commit9f3ea2d975d988a363c67a1fc5b8fdfa478d8e7e (patch)
tree78544251bfe01f781d8dd3f560dd813045e1f41e /README.md
parent3c88c94d64a198bc20379a6f41756b145a98450f (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index eb9e6e1..86680a3 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ See also https://github.com/eidheim/Simple-Web-Server for an easy way to make RE
* Thread pool
* Platform independent
* WebSocket Secure support
-* Timeouts, if any of Server::timeout_request and Server::timeout_idle are >0 (default: Server::timeout_request=5 seconds, and Server::timeout_idle=0 seconds; no timeout on idle connections)
+* Timeouts, if any of SocketServer::timeout_request and SocketServer::timeout_idle are >0 (default: SocketServer::timeout_request=5 seconds, and SocketServer::timeout_idle=0 seconds; no timeout on idle connections)
* Simple way to add WebSocket endpoints using regex for path, and anonymous functions
* An easy to use WebSocket and WebSocket Secure client library
* C++ bindings to the following OpenSSL methods: Base64, MD5, SHA1, SHA256 and SHA512 (found in crypto.hpp)