From 4d76b19b600aad461ee1231eeadb9b7a27b7f117 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 13 Dec 2011 23:49:38 -0500 Subject: [PATCH] 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 --- src/afs/afs_conn.c | 1 - 1 file changed, 1 deletion(-) 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. -- 2.39.5