tweaked send buffer sizes to make buffers addresses aligned

This commit is contained in:
Arvid Norberg 2008-12-27 17:00:06 +00:00
parent 4ccf2af653
commit 415a574cca
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ namespace libtorrent
{
// the size of each allocation that is chained in the send buffer
enum { send_buffer_size = 200 };
enum { send_buffer_size = 128 };
#ifdef TORRENT_DEBUG
friend class ::libtorrent::peer_connection;