From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org> To: Konstantin Osipov <kostja@tarantool.org> Cc: tarantool-patches@freelists.org Subject: [tarantool-patches] Re: [PATCH v2 2/3] swim: introduce routing Date: Thu, 25 Apr 2019 16:50:05 +0300 [thread overview] Message-ID: <eed2b750-7d87-a0ae-ce45-1bdcc512d81a@tarantool.org> (raw) In-Reply-To: <20190425104310.GG29257@atlas> On 25/04/2019 13:43, Konstantin Osipov wrote: > * Vladislav Shpilevoy <v.shpilevoy@tarantool.org> [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 >
next prev parent reply other threads:[~2019-04-25 13:50 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-04-24 20:21 [tarantool-patches] [PATCH v2 0/3] swim suspicion Vladislav Shpilevoy 2019-04-24 20:21 ` [tarantool-patches] [PATCH v2 1/3] swim: store sender UUID in swim io tasks Vladislav Shpilevoy 2019-04-25 10:31 ` [tarantool-patches] " Konstantin Osipov 2019-04-24 20:21 ` [tarantool-patches] [PATCH v2 2/3] swim: introduce routing Vladislav Shpilevoy 2019-04-25 10:43 ` [tarantool-patches] " Konstantin Osipov 2019-04-25 13:50 ` Vladislav Shpilevoy [this message] 2019-04-25 13:55 ` Konstantin Osipov 2019-04-24 20:22 ` [tarantool-patches] [PATCH v2 3/3] swim: introduce suspicion Vladislav Shpilevoy 2019-04-25 10:44 ` [tarantool-patches] " Konstantin Osipov 2019-04-25 13:50 ` [tarantool-patches] Re: [PATCH v2 0/3] swim suspicion Vladislav Shpilevoy
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=eed2b750-7d87-a0ae-ce45-1bdcc512d81a@tarantool.org \ --to=v.shpilevoy@tarantool.org \ --cc=kostja@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='[tarantool-patches] Re: [PATCH v2 2/3] swim: introduce routing' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox