--- linux-kernel-patch-uudecode Sun Jun 14 10:02:24 1998
+++ /ftp.kernel.org/patch-2.1.106 Sun Jun 14 07:41:50 1998
@@ -40818,4 +40818,891 @@
* Note, we don't "adjust" for TIMESTAMP or SACK option bytes.
*/
-u32 __tcp_select_window(struct sock *sk)
-+u32 __tcp_select_window(struct sock *sk, u32 c
\ No newline at end of file
++u32 __tcp_select_window(struct sock *sk, u32 cur_win)
+ {
+ struct tcp_opt *tp = &sk->tp_pinfo.af_tcp;
+ unsigned int mss = sk->mss;
+- unsigned int free_space;
+- u32 window, cur_win;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu