From owner-cvs-all@FreeBSD.ORG Sun Mar 18 13:59:01 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 C9EB616A402; Sun, 18 Mar 2007 13:59:01 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from mrout1.yahoo.com (mrout1.yahoo.com [216.145.54.171]) by mx1.freebsd.org (Postfix) with ESMTP id AF05B13C4BC; Sun, 18 Mar 2007 13:59:01 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (proxy8.corp.yahoo.com [216.145.48.13]) by mrout1.yahoo.com (8.13.6/8.13.6/y.out) with ESMTP id l2IDmjsR033653; Sun, 18 Mar 2007 06:48:45 -0700 (PDT) Date: Sun, 18 Mar 2007 22:48:42 +0900 Message-ID: From: gnn@FreeBSD.org To: "Kip Macy" In-Reply-To: References: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.7 Emacs/22.0.95 (i386-apple-darwin8.8.2) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Andre Oppermann , cvs-all@FreeBSD.org Subject: Re: IPv6 breakage in recent changes - 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: Sun, 18 Mar 2007 13:59:01 -0000 At Sat, 17 Mar 2007 00:27:51 -0700, Kip Macy wrote: > > On 3/16/07, Kip Macy wrote: > > 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 > > I've narrowed it down slightly further, ipv4 works just fine. ipv6 > connections, at least over loopback (too tired to configure the > interfaces now), take 75 seconds to occur. So disabling ipv6 should > "fix" the problem. I'll ask gnn how he feels about that :-). With Andre's most recent changes what is the result? Also, is this all over localhost or? Later, George