From owner-soc-status@FreeBSD.ORG Tue Jul 19 11:49:04 2011 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 18C9D1065781 for ; Tue, 19 Jul 2011 11:49:04 +0000 (UTC) (envelope-from nc3bhconc@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id CC15A8FC17 for ; Tue, 19 Jul 2011 11:49:03 +0000 (UTC) Received: by qwc9 with SMTP id 9so2708862qwc.13 for ; Tue, 19 Jul 2011 04:49:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=MXsViOGmrzwBsxBJFNilWXkieVtS2mk1m8DMICVk/i0=; b=FYyEqXheJC3ZlJ1NORpkgXYT3ysQibaqc8Lw4iTL9NhAI4/GN3VNVMicQxqPQS5FUn PPibj7nYDTjwiDUOiDtE/J+1a7W8oUb/G/rQohC3WCNmBMdzAOMnSiLVZDeFoXvT/KE0 fjdSvMWcflvkUsC6GihZAdedF0PJH9pBYmCOU= Received: by 10.224.179.195 with SMTP id br3mr4039817qab.284.1311076143142; Tue, 19 Jul 2011 04:49:03 -0700 (PDT) MIME-Version: 1.0 Sender: nc3bhconc@gmail.com Received: by 10.224.6.147 with HTTP; Tue, 19 Jul 2011 04:48:43 -0700 (PDT) From: Catalin Nicutar Date: Tue, 19 Jul 2011 14:48:43 +0300 X-Google-Sender-Auth: GFY0AMEq_WVJ6VYt5BoIJn3dEd0 Message-ID: To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: TCP UTO - Weekly 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: Tue, 19 Jul 2011 11:49:04 -0000 Hello! This is the eighth report for TCP UTO. * Short TCP UTO description UTO stands for User Timeout Option (it is described in RFC5482). TCP UTO specifies a peer should be allowed to advertise its chosen `User Timeout' for a connection. The wiki page for this project: http://wiki.freebsd.org/CatalinNicutar/TCPUTO * Work completed last week * I have fixed the handling of the received option (the option is now recorded even if it isn't accepted) * I have added UTO support to telnet, nc and ssh. I have also updated their respective manual pages * My goals for this week * I will test & add support for TCP UTO over IPv6 * I will add more tests in tools/regression * I will look for other userland applications in `base' to add UTO support If you have questions, suggestions or advices drop me an email to cnicutar@FreeBSD.org. Catalin Nicutar