MCPcopy Create free account
hub / github.com/cuberite/cuberite / PacketBufferFull

Method PacketBufferFull

src/ClientHandle.cpp:2599–2605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2597
2598
2599void cClientHandle::PacketBufferFull(void)
2600{
2601 // Too much data in the incoming queue, the server is probably too busy, kick the client:
2602 LOGERROR("Too much data in queue for client \"%s\" @ %s, kicking them.", m_Username.c_str(), m_IPString.c_str());
2603 SendDisconnect("Server busy");
2604 Destroy();
2605}
2606
2607
2608

Callers 2

DataReceivedMethod · 0.80
AddReceivedDataMethod · 0.80

Calls 2

LOGERRORFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected