From c88cdaf2f406cfc9175d56955dc8d51b68ceab0c Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Thu, 31 Jan 2013 20:29:08 -0600 Subject: [PATCH] updates buffer size to a more efficient default --- websocketpp/config/core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocketpp/config/core.hpp b/websocketpp/config/core.hpp index 9ff71c6461..63f820c397 100644 --- a/websocketpp/config/core.hpp +++ b/websocketpp/config/core.hpp @@ -84,7 +84,7 @@ struct core { transport_type; /// - static const size_t connection_read_buffer_size = 32; + static const size_t connection_read_buffer_size = 512; /// Drop connections immediately on protocol error. /**