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])
<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>
#if URL_CHECKSUM_DEBUG
entry->mem_obj->checkUrlChecksum();
-
#endif
outgoing = getOutgoingAddr(request, fs->_peer);
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