1
0
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:
Harry-Hopkinson
2024-04-26 16:25:10 +00:00
committed by Harry Hopkinson
parent 82c31b80d4
commit 7aed4d18f2
3 changed files with 3 additions and 3 deletions

View File

@@ -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());