From owner-cvs-all Sun Sep 6 01:17:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA19764 for cvs-all-outgoing; Sun, 6 Sep 1998 01:17:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA19759; Sun, 6 Sep 1998 01:17:36 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA04617; Sun, 6 Sep 1998 01:17:36 -0700 (PDT) Date: Sun, 6 Sep 1998 01:17:36 -0700 (PDT) Message-Id: <199809060817.BAA04617@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet tcp_subr.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/09/06 01:17:35 PDT Modified files: sys/netinet tcp_subr.c Log: RFC 1644 has the status "Experimental Protocol", which means: 4.1.4. Experimental Protocol A system should not implement an experimental protocol unless it is participating in the experiment and has coordinated its use of the protocol with the developer of the protocol. Pointed out by: Steinar Haug Revision Changes Path 1.47 +2 -2 src/sys/netinet/tcp_subr.c