begins work on timeouts

This commit is contained in:
Peter Thorson
2011-10-14 08:59:03 -05:00
parent 1ff8d333a5
commit c4da789430
6 changed files with 38 additions and 6 deletions

View File

@@ -37,8 +37,8 @@ using websocketpp::server;
server::server(boost::asio::io_service& io_service,
const tcp::endpoint& endpoint,
websocketpp::connection_handler_ptr defc)
: m_elog_level(LOG_OFF),
m_alog_level(ALOG_OFF),
: m_elog_level(LOG_ALL),
m_alog_level(ALOG_ALL),
m_max_message_size(DEFAULT_MAX_MESSAGE_SIZE),
m_io_service(io_service),
m_acceptor(io_service, endpoint),