From owner-svn-src-user@FreeBSD.ORG Fri Jun 15 07:38:56 2012 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D831510656AE; Fri, 15 Jun 2012 07:38:56 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [69.147.83.44]) by mx1.freebsd.org (Postfix) with ESMTP id C424A8FC0C; Fri, 15 Jun 2012 07:38:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q5F7cuks052138; Fri, 15 Jun 2012 07:38:56 GMT (envelope-from andre@svn.freebsd.org) Received: (from andre@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q5F7cuPQ052134; Fri, 15 Jun 2012 07:38:56 GMT (envelope-from andre@svn.freebsd.org) Message-Id: <201206150738.q5F7cuPQ052134@svn.freebsd.org> From: Andre Oppermann Date: Fri, 15 Jun 2012 07:38:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r237120 - user/andre/tcp_workqueue/sys/netinet X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2012 07:38:57 -0000 Author: andre Date: Fri Jun 15 07:38:56 2012 New Revision: 237120 URL: http://svn.freebsd.org/changeset/base/237120 Log: Update comment to reflect the change made in r237064. Modified: user/andre/tcp_workqueue/sys/netinet/tcp_timer.c Modified: user/andre/tcp_workqueue/sys/netinet/tcp_timer.c ============================================================================== --- user/andre/tcp_workqueue/sys/netinet/tcp_timer.c Fri Jun 15 07:38:21 2012 (r237119) +++ user/andre/tcp_workqueue/sys/netinet/tcp_timer.c Fri Jun 15 07:38:56 2012 (r237120) @@ -559,7 +559,7 @@ tcp_timer_rexmt(void * xtp) TCPT_RANGESET(tp->t_rxtcur, rexmt, tp->t_rttmin, TCPTV_REXMTMAX); /* - * Disable rfc1323 if we haven't got any response to + * Disable rfc1323 and SACK if we haven't got any response to * our third SYN to work-around some broken terminal servers * (most of which have hopefully been retired) that have bad VJ * header compression code which trashes TCP segments containing