Guild icon
Teeworlds
discord.gg/teeworlds / general
Teeworlds Discord Server.
Between 2019-07-04 00:00:00Z and 2019-07-05 00:00:00Z
mobro joined the server. 2019-07-04 02:36:44Z
Avatar
@Deleted User I thought your city is done? ^
😂 2
Avatar
Mmh we had some problems with source code + we were being ddosed all the time so we abandoned the project...
Avatar
// read udp data while there is data to read :) while ((dataSize = m_UDPSocket.recv(&from, (char *)data, sizeof(data))) > 0) { // compare the received data size to the expected size if (dataSize == HEARTBEAT_SIZE) { char *d = data; int32 signature; d = ReadInt32(d, &signature); // make sure the signature is correct if (signature == HEARTBEAT_SIGNATURE) { CServerInfo info; info.Deserialize(d); from.port = 8303; info.SetAddress(&from); dbg_msg("got heartbeat", "IP: %i.%i.%i.%i:%i", (int)from.ip[0], (int)from.ip[1], (int)from.ip[2], (int)from.ip[3], from.port); dbg_msg("refresh", "okay. server count: %i", m_ServerCount); ProcessHeartBeat(info); }
12:05
😿
Agent Monogram joined the server. 2019-07-04 13:05:46Z
Exported 6 message(s)