From 9c2612bd33e15e77dc2cdf3051fcf43bdef22496 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Wed, 1 Aug 2012 15:30:11 -0400 Subject: [PATCH] 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 --- src/config/param.linux26.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/config/param.linux26.h b/src/config/param.linux26.h index ca9c08fc8..dc414eae0 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) -- 2.39.5