View | Details | Raw Unified | Return to bug 223835 | Differences between
and this patch

Collapse All | Expand All

(-)tcp_input.c (+1 lines)
Lines 707-712 tcp_input(struct mbuf **mp, int *offp, int proto) Link Here
707
			ip->ip_tos = iptos;
707
			ip->ip_tos = iptos;
708
			/* Re-initialization for later version check */
708
			/* Re-initialization for later version check */
709
			ip->ip_v = IPVERSION;
709
			ip->ip_v = IPVERSION;
710
			ip->ip_hl = off0 >> 2;
710
		}
711
		}
711
712
712
		if (th->th_sum) {
713
		if (th->th_sum) {

Return to bug 223835