forked from premiere/premiere-libtorrent
tweaked send buffer sizes to make buffers addresses aligned
This commit is contained in:
parent
4ccf2af653
commit
415a574cca
|
@ -109,7 +109,7 @@ namespace libtorrent
|
||||||
{
|
{
|
||||||
|
|
||||||
// the size of each allocation that is chained in the send buffer
|
// 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
|
#ifdef TORRENT_DEBUG
|
||||||
friend class ::libtorrent::peer_connection;
|
friend class ::libtorrent::peer_connection;
|
||||||
|
|
Loading…
Reference in New Issue