From d6ad67d8e2807b101c7fb425baac9b9bd9ca2a38 Mon Sep 17 00:00:00 2001
From: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
Date: Tue, 4 Jun 2019 14:52:21 -0400
Subject: [PATCH] peerdiscovery: change comment

---
 src/peer_discovery.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/peer_discovery.cpp b/src/peer_discovery.cpp
index 3e0a983d..821ba415 100644
--- a/src/peer_discovery.cpp
+++ b/src/peer_discovery.cpp
@@ -37,8 +37,9 @@ typedef SSIZE_T ssize_t;
 
 namespace dht {
 
+// Organization-local Scope multicast
 constexpr char MULTICAST_ADDRESS_IPV4[12] = "239.192.0.1";
-constexpr char MULTICAST_ADDRESS_IPV6[10] = "ff08::101"; // Site-local multicast
+constexpr char MULTICAST_ADDRESS_IPV6[10] = "ff08::101";
 
 
 class PeerDiscovery::DomainPeerDiscovery
-- 
GitLab