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 969ccafc for ; Mon, 7 Aug 2017 18:43:26 +0000 (UTC) Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 4c279685 for ; Mon, 7 Aug 2017 18:43:26 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id a3a2f707 for ; Mon, 7 Aug 2017 19:02:29 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 66f03c48 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Mon, 7 Aug 2017 19:02:29 +0000 (UTC) Received: by mail-it0-f47.google.com with SMTP id f16so925718itb.0 for ; Mon, 07 Aug 2017 12:05:10 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20170806210237.4dbbed42@msi.defcon1> From: "Jason A. Donenfeld" Date: Mon, 7 Aug 2017 21:05:09 +0200 Message-ID: Subject: Re: Many users To: Bzzzz 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: , On Sun, Aug 6, 2017 at 10:22 PM, Jason A. Donenfeld wrote: > There's an artificial limitation of 65535 peers per interface. I've just increased this to 2^{20}, which is roughly 1 million peers. (I can increase it more, should the need arise.)