Network buffer should now dynamically increase when needed.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "..\..\..\include\Engine\Network\NetworkClient.h"
|
||||
|
||||
NetworkClient::NetworkClient()
|
||||
{
|
||||
m_ReadBuffer = new char[m_BufferSize];
|
||||
}
|
||||
|
||||
NetworkClient::~NetworkClient()
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user