Merge remote-tracking branch 'origin/DynamicPacketBuffer' into HUDDesync
# Conflicts: # include/Engine/Network/TCPServer.h # src/Engine/Network/TCPServer.cpp
This commit is contained in:
@@ -28,7 +28,7 @@ private:
|
||||
void handle_accept(boost::shared_ptr<boost::asio::ip::tcp::socket> socket,
|
||||
int& nextPlayerID, std::map<PlayerID, PlayerDefinition>& connectedPlayers,
|
||||
const boost::system::error_code& error);
|
||||
int readBuffer(char* data, PlayerDefinition& playerDefinition);
|
||||
int readBuffer(PlayerDefinition& playerDefinition);
|
||||
int GetPort();
|
||||
std::string GetAddress();
|
||||
int m_Port = 0;
|
||||
|
||||
Reference in New Issue
Block a user