veloren/common/net/src/msg
Marcel Märtens f8b7d96066 git push -fTransport ChunkRequests and Chunkupdates in a own stream. ChunkUpdates are very big and having them in a own stream, helps slow clients to keep up with entity syncs and
lagging a bit behind on terrain. Which is fine. Block Places and Block Pickup are not handled in this stream, as they go through the standart route of event handling.
2021-03-11 14:50:46 +01:00
..
client.rs git push -fTransport ChunkRequests and Chunkupdates in a own stream. ChunkUpdates are very big and having them in a own stream, helps slow clients to keep up with entity syncs and 2021-03-11 14:50:46 +01:00
ecs_packet.rs Added combo component 2021-02-27 14:55:06 -05:00
mod.rs Moved common networking code to common/net, clippy fixes 2020-12-13 17:23:45 +00:00
server.rs git push -fTransport ChunkRequests and Chunkupdates in a own stream. ChunkUpdates are very big and having them in a own stream, helps slow clients to keep up with entity syncs and 2021-03-11 14:50:46 +01:00
world_msg.rs Turn giant trees into proper sites 2021-03-07 14:25:07 +00:00