Skip to content
Snippets Groups Projects
Commit 19d0aa55 authored by Ming Rui Zhang's avatar Ming Rui Zhang Committed by Adrien Béraud
Browse files

Test: change ip multicast address to organization local

parent 941e5342
Branches
No related tags found
No related merge requests found
......@@ -37,8 +37,8 @@ typedef SSIZE_T ssize_t;
namespace dht {
constexpr char MULTICAST_ADDRESS_IPV4[10] = "224.0.0.1";
constexpr char MULTICAST_ADDRESS_IPV6[8] = "ff05::2"; // Site-local multicast
constexpr char MULTICAST_ADDRESS_IPV4[12] = "239.192.0.1";
constexpr char MULTICAST_ADDRESS_IPV6[10] = "ff08::101"; // Site-local multicast
class PeerDiscovery::DomainPeerDiscovery
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment