From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Jason@zx2c4.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 5509979a for ; Fri, 22 Sep 2017 00:43:56 +0000 (UTC) Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 83750e3e for ; Fri, 22 Sep 2017 00:43:56 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 6a8bfe72 for ; Fri, 22 Sep 2017 01:02:59 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 8ee3264d (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Fri, 22 Sep 2017 01:02:59 +0000 (UTC) Received: by mail-io0-f175.google.com with SMTP id h66so14771019ioh.11 for ; Thu, 21 Sep 2017 18:11:22 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1493548907.5730.1.camel@gmx.de> From: "Jason A. Donenfeld" Date: Fri, 22 Sep 2017 03:11:21 +0200 Message-ID: Subject: Re: WireGuard-p2p: A tool for NAT traversal To: =?UTF-8?Q?Manuel_Sch=C3=B6lling?= Content-Type: text/plain; charset="UTF-8" Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hey Manuel, Looks like you rewrote this project from python into rust. Cool! I'd be interested to learn what's new, what's changed, and what's up in general. I always thought this was a pretty neat idea. Jason