From: Derrick Brashear Date: Wed, 14 Dec 2011 04:49:38 +0000 (-0500) Subject: libafs: disable mtu discovery X-Git-Tag: upstream/1.8.0_pre1^2~2953 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4d76b19b600aad461ee1231eeadb9b7a27b7f117;p=packages%2Fo%2Fopenafs.git libafs: disable mtu discovery we need to rework this to use lack of soft acks instead of this method, which is too fragile Change-Id: Iedcd1e57e2c6a6c15ce3c040a9a9e6ae7d78bb36 Reviewed-on: http://gerrit.openafs.org/6256 Tested-by: BuildBot Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/afs/afs_conn.c b/src/afs/afs_conn.c index 60f86b068..26e239e08 100644 --- a/src/afs/afs_conn.c +++ b/src/afs/afs_conn.c @@ -463,7 +463,6 @@ afs_ConnBySA(struct srvAddr *sap, unsigned short aport, afs_int32 acell, /* set to a RX_CALL_TIMEOUT error to allow MTU retry to trigger */ rx_SetServerConnIdleDeadErr(tc->id, RX_CALL_DEAD); rx_SetConnIdleDeadTime(tc->id, afs_rx_idledead); - rx_SetMsgsizeRetryErr(tc->id, RX_MSGSIZE); /* * Only do this for the base connection, not per-user.