Message ID | 13899415.9hl4lahuAs@sven-edge |
---|---|
Headers | show
Return-Path: <b.a.t.m.a.n-bounces@lists.open-mesh.org> X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from open-mesh.org (localhost [IPv6:::1]) by open-mesh.org (Postfix) with ESMTP id 62082817F3; Mon, 24 Jul 2017 23:18:23 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=narfation.org header.i=@narfation.org header.b="kg7dVc4i"; dkim-atps=neutral Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id 60E1D80933 for <b.a.t.m.a.n@lists.open-mesh.org>; Mon, 24 Jul 2017 23:18:21 +0200 (CEST) Received: from sven-edge.localnet (p200300C593C30400611216DF1E13517C.dip0.t-ipconnect.de [IPv6:2003:c5:93c3:400:6112:16df:1e13:517c]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 08DEF1100E7 for <b.a.t.m.a.n@lists.open-mesh.org>; Mon, 24 Jul 2017 23:18:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1500931101; bh=gClQWHamFnrewWNP3o3OSX5p26qmPZDy9MbeBsNCW64=; h=From:To:Subject:Date:From; b=kg7dVc4iFMgAkYMqaicbIP7FMEsLLrNTk192WNqmfbq7P1PrBuQ6ju+250968spNg DKAk7D4iRam/82mgw21yx5OwJURYnCOdtXUujygVmrdztnQb4zgo8RI/hwD+BfeZ/c dr0OLmuAq4vx3TTR/D+xP8iaAAQNiGGvYOZ+hhqI= From: Sven Eckelmann <sven@narfation.org> To: b.a.t.m.a.n@lists.open-mesh.org Date: Mon, 24 Jul 2017 23:18:09 +0200 Message-ID: <13899415.9hl4lahuAs@sven-edge> User-Agent: KMail/5.2.3 (Linux/4.9.0-3-amd64; KDE/5.28.0; x86_64; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1832308.2Ql9foS9Tp"; micalg="pgp-sha512"; protocol="application/pgp-signature" Subject: [B.A.T.M.A.N.] [PATCH 0/2] alfred: Use bitmap to store dataset change events X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n.lists.open-mesh.org> List-Unsubscribe: <https://lists.open-mesh.org/mm/options/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=unsubscribe> List-Archive: <http://lists.open-mesh.org/pipermail/b.a.t.m.a.n/> List-Post: <mailto:b.a.t.m.a.n@lists.open-mesh.org> List-Help: <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=help> List-Subscribe: <https://lists.open-mesh.org/mm/listinfo/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=subscribe> Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n@lists.open-mesh.org> Errors-To: b.a.t.m.a.n-bounces@lists.open-mesh.org Sender: "B.A.T.M.A.N" <b.a.t.m.a.n-bounces@lists.open-mesh.org> |