From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 5FC1E2C852 for ; Thu, 25 Apr 2019 06:43:12 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CjKH06e6dRkR for ; Thu, 25 Apr 2019 06:43:12 -0400 (EDT) Received: from smtp60.i.mail.ru (smtp60.i.mail.ru [217.69.128.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 1953425CCC for ; Thu, 25 Apr 2019 06:43:12 -0400 (EDT) Date: Thu, 25 Apr 2019 13:43:10 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH v2 2/3] swim: introduce routing Message-ID: <20190425104310.GG29257@atlas> References: <13469cbbd78fa21b79db877dcde3fc8378d27af3.1556137229.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <13469cbbd78fa21b79db877dcde3fc8378d27af3.1556137229.git.v.shpilevoy@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: Vladislav Shpilevoy Cc: tarantool-patches@freelists.org * Vladislav Shpilevoy [19/04/25 00:46]: > Before the patch SWIM packets were being sent quite > straightforward from one instance to another with transparent > routing on Internet Level of TCP/IP. But the SWIM paper > describes last yet not implemented component - suspicion > mechanism. > > So as not to overload this message with suspicion details it is > enough to say that it makes possible sending a packet through an > intermediate SWIM instance, not directly. > > This commit extends the SWIM protocol with a new transport-level > section named 'routing'. It allows to send indirect SWIM messages > transparently via packet forwarding implemented fully inside > transportation component, in swim_io.c. The patch is LGTM except I still thin kthe name should be swim_task_set_proxy(). -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov