Files
@ r25313:a5c6f5530336
Branch filter:
Location: cpp/openttd-patchpack/source/src/pathfinder/yapf/yapf.hpp
r25313:a5c6f5530336
1.2 KiB
text/x-c++hdr
Change: use TCP for everything except for master-server and initial server scan (#9130)
This means that pressing Refresh button and adding servers manually
now uses TCP.
The master-server and initial scan are still UDP as they will be
replaced by Game Coordinator; no need to change this now.
If we query a server that is too old, show a proper warning to the
user informing him the server is too old.
This means that pressing Refresh button and adding servers manually
now uses TCP.
The master-server and initial scan are still UDP as they will be
replaced by Game Coordinator; no need to change this now.
If we query a server that is too old, show a proper warning to the
user informing him the server is too old.