Files @ r25808:ac8a7b8840ef
Branch filter:

Location: cpp/openttd-patchpack/source/src/network/core/CMakeLists.txt

Rubidium
Feature: allow setting (game) coordinator and content server connection strings using environment variables

OTTD_COORDINATOR_CS for the game coordinator defaults to coordinator.openttd.org:3976
OTTD_CONTENT_SERVER_CS for the content server defaults to content.openttd.org:3978
OTTD_CONTENT_MIRROR_CS for the content mirror server defaults to binaries.openttd.org:80
add_files(
    address.cpp
    address.h
    config.cpp
    config.h
    core.cpp
    core.h
    game_info.cpp
    game_info.h
    host.cpp
    host.h
    os_abstraction.cpp
    os_abstraction.h
    packet.cpp
    packet.h
    tcp.cpp
    tcp.h
    tcp_admin.cpp
    tcp_admin.h
    tcp_connect.cpp
    tcp_content.cpp
    tcp_content.h
    tcp_content_type.h
    tcp_coordinator.cpp
    tcp_coordinator.h
    tcp_game.cpp
    tcp_game.h
    tcp_http.cpp
    tcp_http.h
    tcp_listen.h
    udp.cpp
    udp.h
)