From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Jason@zx2c4.com Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id c87450a1 for ; Tue, 5 Jul 2016 19:08:18 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 3f5ba1d5 for ; Tue, 5 Jul 2016 19:08:18 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 4f418031 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Tue, 5 Jul 2016 19:08:18 +0000 (UTC) Received: by mail-lf0-f49.google.com with SMTP id h129so141120783lfh.1 for ; Tue, 05 Jul 2016 12:11:46 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: "Jason A. Donenfeld" Date: Tue, 5 Jul 2016 21:11:43 +0200 Message-ID: To: Norman Shulman Content-Type: text/plain; charset=UTF-8 Cc: WireGuard mailing list Subject: Re: [WireGuard] WireGuard cryptokey routing List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Jul 5, 2016 at 9:09 PM, Norman Shulman wrote: > How is this enforced? Receiving, line 238 here: https://git.zx2c4.com/WireGuard/tree/src/receive.c#n238 Sending, line 112 here: https://git.zx2c4.com/WireGuard/tree/src/device.c#n112 > How does this scale? The same way in which an ethernet network scales? One ethernet device can have multiple IPs, but separate (unbonded) ethernet devices generally do not share IPs.