From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-s40.mailgun.us (mail-s40.mailgun.us [184.173.153.40]) by huchra.bufferbloat.net (Postfix) with ESMTP id 3376221F1D1 for ; Fri, 12 Apr 2013 10:35:45 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1365788144; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=ZAL0yNM9+GKuJsvlmjkIGxEYQ+I2dH0q5WuaxmqmJoU=; b=qRBAjkj3vH7JqyK/RDZVL1K8jxs7WyjRpl7QZ4BY//h1B/2NX58CrNuEB7IxtXCwFP6pK4dM 8knpv5Z5I+8RKdd2mlcjCyND7DYAHkBYYyUJtXjvaIuC12x1Uuv3kMGVTc1kHFzt80ayv+vt EiOq7MbmAOi4EGa/XT6DLLMmoGA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; b=VgLhXcxp7/b0bZqqaseB/0kXmAGi7BUwWYNmyNn75iX817B9Lt8BjrYsd0TZAEwOA53hAc cu8kNOeD6oZW7KpAByFLh+UnWVE7ABksHl+uZ2OkKKTKlmlZFN06cOf3X0Ih7KXSbKv1wxwO vpkSQVg1uCkaDvvVu3NDTdOcpZlOg= Received: by luna.mailgun.net with SMTP mgrt 8734453805437; Fri, 12 Apr 2013 17:35:44 +0000 Received: from github.com (router1-ext.rs.github.com [204.232.175.75]) by mxa.mailgun.org with ESMTP id 516845ef.502a3f0-in2; Fri, 12 Apr 2013 17:35:43 -0000 (UTC) Date: Fri, 12 Apr 2013 10:35:42 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <516845ee6b8c7_248d5ef13c6652f@hookshot-fe5-pe1-prd.aws.github.net.mail> Subject: [dtaht/ceropackages-3.3] 6ea2ac: babeld: update to head for some bugfixes Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_516845ee596d0_248d5ef13c663a0"; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Sender: noreply@github.com X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 17:35:45 -0000 ----==_mimepart_516845ee596d0_248d5ef13c663a0 Date: Fri, 12 Apr 2013 10:35:42 -0700 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <516845ee60f70_248d5ef13c664ef@hookshot-fe5-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.3 Commit: 6ea2acade4e92e235bc3b7ec73f1ed82e15a393e https://github.com/dtaht/ceropackages-3.3/commit/6ea2acade4e92e235bc3b7ec73f1ed82e15a393e Author: Dave Taht Date: 2013-04-12 (Fri, 12 Apr 2013) Changed paths: M net/babeld/Makefile Log Message: ----------- babeld: update to head for some bugfixes Commit: b6f412ca9c2c8eb5d710f59619c37fd2f0541fdd https://github.com/dtaht/ceropackages-3.3/commit/b6f412ca9c2c8eb5d710f59619c37fd2f0541fdd Author: Dave Taht Date: 2013-04-12 (Fri, 12 Apr 2013) Changed paths: M net/uftp/Makefile Log Message: ----------- uftp4: update to head The protocol.txt file lists the updated packet formats and the details of how Elliptic Curve crypto is integrated. The -k and -K options on both sides have changed a bit to support Elliptic Curve. I also added a -r option to specify an initial, min, and max GRTT, and a -s option to set the robustness factor, which is how many times the server will resend a particular message before giving up. Those two should add some level of control that was lost with the removal of the old timing parameters. (I am uncertain if elliptic curve is available in openwrt's crypto implementation) Compare: https://github.com/dtaht/ceropackages-3.3/compare/a97591c50288...b6f412ca9c2c ----==_mimepart_516845ee596d0_248d5ef13c663a0--