patch-pre2.0.7 linux/net/ipv4/tcp.c
Next file: linux/net/ipv4/tcp_input.c
Previous file: linux/net/ipv4/route.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sun May 19 23:40:50 1996
- Orig file:
pre2.0.6/linux/net/ipv4/tcp.c
- Orig date:
Fri May 17 15:32:20 1996
diff -u --recursive --new-file pre2.0.6/linux/net/ipv4/tcp.c linux/net/ipv4/tcp.c
@@ -201,6 +201,7 @@
* and seems to result in general
* improvement.
* Stefan Magdalinski : adjusted tcp_readable() to fix FIONREAD
+ * Willy Konynenberg : Transparent proxying support.
*
* To Fix:
* Fast path the code. Two things here - fix the window calculation
@@ -511,7 +512,7 @@
struct iphdr *iph=(struct iphdr *)(header-sizeof(struct iphdr));
#endif
th =(struct tcphdr *)header;
- sk = get_sock(&tcp_prot, th->source, daddr, th->dest, saddr);
+ sk = get_sock(&tcp_prot, th->source, daddr, th->dest, saddr, 0, 0);
if (sk == NULL)
return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this