Change: move some things only relevant to UDP from network.cpp to network_udp.cpp

This commit is contained in:
Rubidium
2021-04-11 11:22:50 +02:00
committed by Patric Stout
parent c4bccd4f70
commit ca6b9ad8b0
4 changed files with 13 additions and 14 deletions

View File

@@ -126,11 +126,6 @@ extern uint32 _network_join_bytes_total;
extern uint8 _network_reconnect;
extern bool _network_udp_server;
extern uint16 _network_udp_broadcast;
extern uint8 _network_advertise_retries;
extern CompanyMask _network_company_passworded;
void NetworkTCPQueryServer(NetworkAddress address);