updates buffer size to a more efficient default

This commit is contained in:
Peter Thorson
2013-01-31 20:29:08 -06:00
parent 6925a68f95
commit c88cdaf2f4

View File

@@ -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.
/**