patch-2.0.16 linux/net/ipv4/tcp_output.c

Next file: linux/Documentation/Changes
Previous file: linux/net/core/net_alias.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.15/linux/net/ipv4/tcp_output.c linux/net/ipv4/tcp_output.c
@@ -966,8 +966,10 @@
 		sock_wfree(sk, buff);
 		return;
 	}
+#if 0	/* why does this result in problems? */
 #ifndef CONFIG_NO_PATH_MTU_DISCOVERY
 	buff->ip_hdr->frag_off |= htons(IP_DF);
+#endif
 #endif
 
 	t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr));


FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov