mirror of
https://github.com/chocolate-doom/master-server.git
synced 2024-11-22 04:21:45 +00:00
Chocolate Doom master server
0777aac061
In the setup tool when querying all servers from the master server, we also need to hole punch all servers which need it. Rather than doing this with many individual hole punch requests to the master server, add a single new message type to hole punch all servers. This could have been done as part of the normal query request handling, automatically hole punching all servers unrequested by the client. However, clients need to hole punch again when connecting and older clients do not know how to do this. Separating out the functionality means that hole punching will only be performed for newer clients which know about it. |
||
---|---|---|
web | ||
.gitignore | ||
.lvimrc | ||
chocolate-master | ||
chocolate-master-test.py | ||
master-cronjob | ||
master_config.py | ||
secure_demo.py |