]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fallback to 1472 and 1232, one fragment size without headers.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 22 Aug 2012 08:46:30 +0000 (08:46 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 22 Aug 2012 08:46:30 +0000 (08:46 +0000)
git-svn-id: file:///svn/unbound/trunk@2746 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
services/outside_network.h

index 92016ea67edc474b54ecffa3eaa70c1c24d7dd70..6ef665d1e496f709a0f0d3266ef8a99c6f8bdc0d 100644 (file)
@@ -1,3 +1,6 @@
+22 August 2012: Wouter
+       - Fallback to 1472 and 1232, one fragment size without headers.
+
 21 August 2012: Wouter
        - Fix timeouts so that when a server has been offline for a while
          and is probed to see it works, it becomes fully available for
index 316c4cf9c146e1c62b7b512c5d00c6153ca24b72..9ec81f405e6db13e795ce23f546f74a5b9e68dc8 100644 (file)
@@ -279,9 +279,9 @@ struct service_callback {
 };
 
 /** fallback size for fragmentation for EDNS in IPv4 */
-#define EDNS_FRAG_SIZE_IP4 1480
+#define EDNS_FRAG_SIZE_IP4 1472
 /** fallback size for EDNS in IPv6, fits one fragment with ip6-tunnel-ids */
-#define EDNS_FRAG_SIZE_IP6 1260
+#define EDNS_FRAG_SIZE_IP6 1232
 
 /**
  * Query service record.