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 8a896fbe for ; Sat, 14 Jan 2017 20:47: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 a9346eac for ; Sat, 14 Jan 2017 20:47:56 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 00f7430c for ; Sat, 14 Jan 2017 20:47:56 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 4dc8494b (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Sat, 14 Jan 2017 20:47:56 +0000 (UTC) Received: by mail-oi0-f45.google.com with SMTP id u143so81808505oif.3 for ; Sat, 14 Jan 2017 12:58:13 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: "Jason A. Donenfeld" Date: Sat, 14 Jan 2017 21:58:11 +0100 Message-ID: Subject: Re: limitations To: Wasa Bee 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 Sat, Jan 14, 2017 at 8:11 PM, Wasa Bee wrote: > Also: > if there are ongoing sessions with some clients, how would sessions be > re-established (afaik, the current design is to simply ignore irrelevant > messages)? Sorry, missed this last question before. The session will be dropped when you unload the module, but a peer will quickly figure out that something is amiss and reinitiate the session. Downtime is fairly minimal.