From: Andrew Deason Date: Wed, 1 Aug 2012 19:30:11 +0000 (-0400) Subject: Turn on Linux rx error queue and PMTU handling X-Git-Tag: openafs-stable-1_8_0pre1~1931 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=9c2612bd33e15e77dc2cdf3051fcf43bdef22496 Turn on Linux rx error queue and PMTU handling Change-Id: I17822e9463b5e34bd43e96926a168a19773b2b21 Reviewed-on: http://gerrit.openafs.org/7928 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/config/param.linux26.h b/src/config/param.linux26.h index ca9c08f..dc414ea 100644 --- a/src/config/param.linux26.h +++ b/src/config/param.linux26.h @@ -100,14 +100,12 @@ #include #endif -#ifdef notyet #if defined(HAVE_LINUX_ERRQUEUE_H) && defined(HAVE_SETSOCKOPT_IP_RECVERR) # define AFS_RXERRQ_ENV #endif #ifdef AFS_RXERRQ_ENV # define AFS_ADAPT_PMTU #endif -#endif #ifdef __GLIBC__ #if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 3)