From: Derrick Brashear Date: Wed, 14 Dec 2011 04:49:38 +0000 (-0500) Subject: libafs: disable mtu discovery X-Git-Tag: upstream/1.6.1.pre1^2~12 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=759a0e07cbf16a6789db5479217d8c981dde0b3f;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 Reviewed-on: http://gerrit.openafs.org/6256 Tested-by: BuildBot Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear (cherry picked from commit 4d76b19b600aad461ee1231eeadb9b7a27b7f117) Change-Id: Iba3f3d9d475959f99759db9e81c05c300aa6cd02 Reviewed-on: http://gerrit.openafs.org/6327 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/afs/afs_conn.c b/src/afs/afs_conn.c index 59feb489e..ffcd132da 100644 --- a/src/afs/afs_conn.c +++ b/src/afs/afs_conn.c @@ -301,7 +301,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.