mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-31 02:35:46 +01:00
Rename NETWORK_LAN_BROADCAST_MSG to kNetworkLanBroadcastMsg
This commit is contained in:
committed by
Harry Hopkinson
parent
82c31b80d4
commit
7aed4d18f2
@@ -270,7 +270,7 @@ std::future<std::vector<ServerListEntry>> ServerList::FetchLocalServerListAsync(
|
||||
constexpr auto RECV_DELAY_MS = 10;
|
||||
constexpr auto RECV_WAIT_MS = 2000;
|
||||
|
||||
std::string_view msg = NETWORK_LAN_BROADCAST_MSG;
|
||||
std::string_view msg = kNetworkLanBroadcastMsg;
|
||||
auto udpSocket = CreateUdpSocket();
|
||||
|
||||
LOG_VERBOSE("Broadcasting %zu bytes to the LAN (%s)", msg.size(), broadcastAddress.c_str());
|
||||
|
||||
Reference in New Issue
Block a user