patch-2.1.48 linux/net/ipv6/tcp_ipv6.c
Next file: linux/CREDITS
Previous file: linux/net/ipv6/route.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Thu Jul 31 13:09:18 1997
- Orig file:
v2.1.47/linux/net/ipv6/tcp_ipv6.c
- Orig date:
Thu Jun 26 12:33:41 1997
diff -u --recursive --new-file v2.1.47/linux/net/ipv6/tcp_ipv6.c linux/net/ipv6/tcp_ipv6.c
@@ -5,7 +5,7 @@
* Authors:
* Pedro Roque <roque@di.fc.ul.pt>
*
- * $Id: tcp_ipv6.c,v 1.33 1997/06/06 20:38:10 freitag Exp $
+ * $Id: tcp_ipv6.c,v 1.35 1997/07/23 15:18:04 freitag Exp $
*
* Based on:
* linux/net/ipv4/tcp.c
@@ -699,7 +699,6 @@
{
struct tcp_opt tp;
struct open_request *req;
- __u16 req_mss;
/* If the socket is dead, don't accept the connection. */
if (sk->dead) {
@@ -1048,7 +1047,7 @@
/* Check for syn retransmission */
flg = *(((u32 *)skb->h.th) + 3);
- flg &= __constant_htonl(0x002f0000);
+ flg &= __constant_htonl(0x001f0000);
if ((flg == __constant_htonl(0x00020000)) &&
(!after(skb->seq, req->rcv_isn))) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov