From owner-soc-status@FreeBSD.ORG Mon Aug 3 17:07:59 2009 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44778106564A for ; Mon, 3 Aug 2009 17:07:59 +0000 (UTC) (envelope-from wangfangcs@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id 028248FC13 for ; Mon, 3 Aug 2009 17:07:58 +0000 (UTC) (envelope-from wangfangcs@gmail.com) Received: by yxe11 with SMTP id 11so6478795yxe.3 for ; Mon, 03 Aug 2009 10:07:58 -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=XyY8Og5Uihjxau6RhiFRvo40t7UAaoYUPpEd/MmAorg=; b=M2Eu0yJOrp5uTTsE1z2Gqzvgd780POBKtzTAtk5HBfdbV6r9qM8Aeevr210sCuUtM0 xIBDVcm6R7BZ73Lneyfv+a/wGEhcKOv1jlvCsQTvgAHz8qm2JyvLEBIHHarZfRXRG+aB gv/7QMvTM6HBB71vfdgvdUqna9ru0XTQrgLKg= 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=tK5mgbfvC6yfY9i0ZRWFlo4nX+FLnQ6TCqXoOgRs156YAOisTc4B1ptQoLx1nmyjz+ qd+1mQWe4SrNlm2zM95WGlX2tyPB64rNSvRGV7B0oE05Qgy+3sErvG7tYd+BGXHhUAin ZIZ1zStS1UDGRQkMnauF0NrVTM7oNnRQz31iQ= MIME-Version: 1.0 Received: by 10.100.44.4 with SMTP id r4mr8483648anr.13.1249319278223; Mon, 03 Aug 2009 10:07:58 -0700 (PDT) Date: Tue, 4 Aug 2009 01:07:58 +0800 Message-ID: From: Fang Wang To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: tcputo status report 8 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2009 17:07:59 -0000 Hi I write a new regression code for tcputo to replace former one which use libpcap to capture the uto packet and retransmission packet so that we can see clearly whether tcputo works. I am also doing some tests and start to write the document.