chiark / gitweb /
resolved: add more debug logging
[elogind.git] / src / resolve / resolved-dns-scope.c
index b226f5a457cf3eacb37cc2913b0a30b7e4813995..5742f3ef472c3bb98cf7be8fee1dcf465c0dc5b4 100644 (file)
@@ -254,7 +254,7 @@ int dns_scope_tcp_socket(DnsScope *s, int family, const union in_addr_union *add
         }
 
         if (s->protocol == DNS_PROTOCOL_LLMNR) {
-                /* RFC 4795, section 2.5 suggests the TTL to be set to 1 */
+                /* RFC 4795, section 2.5 requires the TTL to be set to 1 */
 
                 if (sa.sa.sa_family == AF_INET) {
                         r = setsockopt(fd, IPPROTO_IP, IP_TTL, &one, sizeof(one));