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 936882C5D6 for ; Thu, 25 Apr 2019 09:50:08 -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 J5uFcJY7SE1w for ; Thu, 25 Apr 2019 09:50:08 -0400 (EDT) Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (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 468EF2C574 for ; Thu, 25 Apr 2019 09:50:08 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v2 2/3] swim: introduce routing References: <13469cbbd78fa21b79db877dcde3fc8378d27af3.1556137229.git.v.shpilevoy@tarantool.org> <20190425104310.GG29257@atlas> From: Vladislav Shpilevoy Message-ID: Date: Thu, 25 Apr 2019 16:50:05 +0300 MIME-Version: 1.0 In-Reply-To: <20190425104310.GG29257@atlas> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Konstantin Osipov Cc: tarantool-patches@freelists.org On 25/04/2019 13:43, Konstantin Osipov wrote: > * 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(). Done, see my response in V1 thread. > > -- > Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 > http://tarantool.io - www.twitter.com/kostja_osipov >