From owner-freebsd-net@FreeBSD.ORG Fri Apr 16 02:52:48 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85BF616A4CE for ; Fri, 16 Apr 2004 02:52:48 -0700 (PDT) Received: from kogut3.o2.pl (kogut3.go2.pl [212.126.20.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BFBB43D2D for ; Fri, 16 Apr 2004 02:52:45 -0700 (PDT) (envelope-from knockefreebsd@o2.pl) Received: from ALFA (rekin7.go2.pl [212.126.20.19]) by kogut3.o2.pl (Postfix) with ESMTP id 721E977E52 for ; Fri, 16 Apr 2004 11:52:40 +0200 (CEST) Message-ID: <013e01c42398$92d8cf20$03ce8f0a@ALFA> From: "Knocke" To: References: <001901c41eee$3f09c0b0$df5561d9@ALFA> <20040410120027.GC710@empiric.dek.spc.org> <003901c41f02$b31ec3b0$df5561d9@ALFA> <4077FE82.7040308@netli.com> <003101c41fa7$2cb9cc70$df5561d9@ALFA> <20040412160604.GH710@empiric.dek.spc.org> <003001c420ab$b56925c0$df5561d9@ALFA> <20040412164116.GI710@empiric.dek.spc.org> Date: Fri, 16 Apr 2004 11:52:37 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: [nwebe] How to track TCP socket variables? (cwnd, ssthresh) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 09:52:48 -0000 > SO_DEBUG collection only happens if it's enabled as a socket option. so its ok for the production system? I've experienced problems with TCPDEBUG on FreeBSD 5-2Curr (on 4-9 it works already thanks to your suggestions :) - kernel TCPDEBUG, sockets are open with SO_DEBUG, but trtp can't see any track records. Is there a systctl variable needed to turn it on? hk