]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
v6 Doc Updates
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 12 Jul 2009 10:00:47 +0000 (22:00 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 12 Jul 2009 10:00:47 +0000 (22:00 +1200)
configure.in
doc/release-notes/release-3.1.sgml
src/forward.cc

index bac2065b148a039ca81a556e4e0cf951f59e1392..0dd18c2cbec6a5d547136f04cbc59bccdea8ce6f 100644 (file)
@@ -2632,17 +2632,17 @@ if test "$use_ipng" = "yes"; then
   AC_DEFINE(USE_IPV6,1,[Enable support for IPv6 ])
   use_v4mapped=yes
 
-dnl Check for Windows XP option
+dnl Check for forced split-stack mode
   AC_MSG_CHECKING([for IPv6 split-stack requirement])
   AC_ARG_WITH(ipv6-split-stack,
     AC_HELP_STRING([--with-ipv6-split-stack],
-                  [Enable experimental split-stack support for Windows XP. Requires IPv6.]),
+                  [Force-Enable experimental split-stack support for Windows XP and *BSD. Requires IPv6.]),
     [ use_v4mapped="no"
       AC_MSG_RESULT(yes)],
     [ AC_MSG_RESULT(no) ])
 
-dnl Check for IPv6 Windows Vista option
-dnl Also useful for other OS with hybrid-stack defaults turned OFF
+dnl Check for IPv6 v4-mapping availability
+dnl Useful for other OS with hybrid-stack defaults turned OFF
 dnl But only usable if it actually works...
   if test "$use_v4mapped" = "yes" ; then
     AC_MSG_CHECKING([for IPv6 v4-mapping ability])
index 2e7573526096b798803fcc31e3030d2beadb2980..1539cfba6e93c3b54453a2dd00d51b9543df3359 100644 (file)
@@ -1132,7 +1132,7 @@ This section gives an account of those changes in three categories:
        <p>Allow build-time configuration of Default location for squid logs.
 
         <tag>--with-ipv6-split-stack</tag>
-        <p>Enable special additions for IPv6 support in Windows XP.
+        <p>Force enable special additions for IPv6 support in Windows XP and various BSD systems.
            see the IPv6 details above for a better description.
 
        <tag>--with-pidfile=PATH</tag>
index 4940fdc66ccb2d0e5445abeaf118b7b8b3335d96..330a02cad2ceb1a8e13481acb0754e8069d41a17 100644 (file)
@@ -853,7 +853,6 @@ FwdState::connectStart()
 
 #if URL_CHECKSUM_DEBUG
     entry->mem_obj->checkUrlChecksum();
-
 #endif
 
     outgoing = getOutgoingAddr(request, fs->_peer);
@@ -1262,9 +1261,6 @@ arguments describing the now selected path..
 It does not matter from a functional perspective if it gets called a few
 times more than what is really needed, but calling it too often may
 obviously hurt performance.
-
-\todo Current code looks fine, even if using !fs->_peer as condition
-instead of HIER_DIRECT would be clearer.
 */
 // updates HierarchyLogEntry, guessing nextHop and its format
 void