Skip to content

Commit e0c7c21

Browse files
committed
tests: lower send buffer size back down
We raised it for some reason I am not quite sure of.
1 parent 3e13d4f commit e0c7c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_connection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ struct SFakePeer
7777
m_flUnreliableMsgDelay = 0.0f;
7878
m_hSteamNetConnection = k_HSteamNetConnection_Invalid;
7979
m_bIsConnected = false;
80-
m_cbSendBuffer = 2048 * 1024;
80+
m_cbSendBuffer = 384 * 1024;
8181
memset( &m_realtimeStatus, 0, sizeof(m_realtimeStatus) );
8282
m_flSendRate = 0.0f;
8383
m_flRecvRate = 0.0f;

0 commit comments

Comments
 (0)