From owner-cvs-all@FreeBSD.ORG Sat Mar 17 06:51:38 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 506D716A401 for ; Sat, 17 Mar 2007 06:51:38 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by mx1.freebsd.org (Postfix) with ESMTP id 103AD13C43E for ; Sat, 17 Mar 2007 06:51:37 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by wr-out-0506.google.com with SMTP id 36so802552wra for ; Fri, 16 Mar 2007 23:51:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=G3EImW3XgHY/6/q3qbk0V8GzEHsuH3OCnB+G1jVEFyKFVFTAGrk9cznqgPpW7gtMNxXa47Mdi7xB5rWq4G1D+b1K27q8+OSvmq4A5fB+gCxnDzSaYnyJJYkScM+wyr5UAo/jqVKc3hDxjdSsNNa1sE0VR8MRmtCfCGW+vvVO0Pw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=i+5Pl94seOOZ3oer6wrHcVjxBmxuC305KsXjmYE7j0I0r0bjwppqGeCCPyGdqD6TNfO3r3GZyzr7o7Mrnk3TbOXm4J1458SN15flAGKno2DlEqKCqmXZo/fDiPWl/c0kzYe3I1GFZKr7iF9oCA8DnnJKw4LHCt1hdb3OaYyXUE0= Received: by 10.90.34.3 with SMTP id h3mr2613116agh.1174114297263; Fri, 16 Mar 2007 23:51:37 -0700 (PDT) Received: by 10.90.25.1 with HTTP; Fri, 16 Mar 2007 23:51:37 -0700 (PDT) Message-ID: Date: Fri, 16 Mar 2007 23:51:37 -0700 From: "Kip Macy" To: "Andre Oppermann" In-Reply-To: <200703170640.l2H6e9Cm050829@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200703170640.l2H6e9Cm050829@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Mar 2007 06:51:38 -0000 I didn't realize that FreeBSD uses ipv6 by default, so X11 should be using it. However, connections take a long long time now. Previously it took 1s for an xterm to come up, now it takes 20 - 30. Andre - if you're unable to isolate the problem please back out your recent changes. -Kip On 3/16/07, Kip Macy wrote: > kmacy 2007-03-17 06:40:09 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_syncache.c > Log: > Fix the most obvious of the bugs introduced by recent syncache changes > > - *ip is not initialized in the case of inet6 connection, but ip->ip_len is > being changed anyway > > Now the question is, why does it think an ipv4 connection is an ipv6 connection? > xemacs still doesn't work over X11 forwarding, but the kernel no longer panics. > > Revision Changes Path > 1.106 +3 -0 src/sys/netinet/tcp_syncache.c >