Messages in this thread Patch in this message |  | | | Date | Fri, 1 May 1998 03:22:46 -0700 | | From | "David S. Miller" <> | | Subject | Re: SSH connection hang |
| |
Date: Wed, 29 Apr 1998 20:08:06 -0500 (CDT) From: Roy C Bixler <rcb@press-gopher.uchicago.edu>
I am connecting 2 Linux 2.1.99pre3 systems via SSH and am getting consistent hangs.
Does this fix it?
Index: include/net/tcp.h =================================================================== RCS file: /vger/u4/cvs/linux/include/net/tcp.h,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- tcp.h 1998/04/26 01:11:32 1.90 +++ tcp.h 1998/05/01 09:34:09 1.91 @@ -642,7 +642,7 @@ /* PMTU discovery event has occurred. */ sk->mtu = dst->pmtu; - sk->mss = sk->mtu - mss_distance; + mss_now = sk->mss = sk->mtu - mss_distance; } if(tp->sack_ok && tp->num_sacks)
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu
|  |