From owner-freebsd-net@FreeBSD.ORG Fri Jul 3 19:47:19 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2A3D1065675 for ; Fri, 3 Jul 2009 19:47:19 +0000 (UTC) (envelope-from wangfangcs@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 722468FC08 for ; Fri, 3 Jul 2009 19:47:19 +0000 (UTC) (envelope-from wangfangcs@gmail.com) Received: by an-out-0708.google.com with SMTP id d14so1124437and.13 for ; Fri, 03 Jul 2009 12:47:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=Vi50CwVi67SJsFI5uydxwCOCpw9+pshMAtoAVRY9sns=; b=vjvMWG6E2936GUo6ilY7HM9nDBRwPH/MBx86tL1XbTFvHHyMBIwMgoOMFstySaOgdY AL50GzqdoXcS9FQ30PykXr4LHkUnkChmo0LnQmypYM6n1t/1MDa4ztEHDC/PhxIibJcM QAnRkdGLcQlCHd/CwzQBU8k+7vXr5sPZVToaw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=RQ6ywmupV6PtO7zS1SbabAgY8143h/57HzBaE9qDDvUilxo4RdL+cQIq6vvvIlp5kC dML3Y2Gks/0NkHleE6q+daqv8+iO7x1X8Zd/FmXZGEpx/VmQOUa39ZmsHjl0AffqFyGI fsN754EATdhAdj6ULD8bAJLddvUe43eLRziKI= MIME-Version: 1.0 Received: by 10.100.209.5 with SMTP id h5mr2734792ang.124.1246649069269; Fri, 03 Jul 2009 12:24:29 -0700 (PDT) Date: Sat, 4 Jul 2009 03:24:29 +0800 Message-ID: From: Fang Wang To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: tcputo(RFC 5482) can work now X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Jul 2009 19:47:20 -0000 Hi, The tcp UTO option described in RFC 5482 now is accomplished. The branch is //depot/projects/soc2009/tcputo/. Regards, Fang Wang