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 A01AD20DB0 for ; Thu, 27 Dec 2018 07:03:44 -0500 (EST) 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 OMT9uSyZI_eT for ; Thu, 27 Dec 2018 07:03:44 -0500 (EST) Received: from smtp63.i.mail.ru (smtp63.i.mail.ru [217.69.128.43]) (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 5F5DF20DAD for ; Thu, 27 Dec 2018 07:03:44 -0500 (EST) Date: Thu, 27 Dec 2018 15:03:41 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH 1/1] evio: allow not only SOCK_STREAM servers Message-ID: <20181227120341.GG18166@chai> References: <0c0e2a63433e75e652153031d6b6b171845bdff6.1545047633.git.v.shpilevoy@tarantool.org> <20181218100830.47rl7hbtrmvnktd6@esperanza> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181218100830.47rl7hbtrmvnktd6@esperanza> 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: tarantool-patches@freelists.org Cc: Vladislav Shpilevoy * Vladimir Davydov [18/12/18 13:09]: > On Mon, Dec 17, 2018 at 02:55:44PM +0300, Vladislav Shpilevoy wrote: > > evio is a useful tool for creating servers. Evio sets > > all necessary flags, retries bind, parses URI. But it > > does not work with SOCK_DGRAM sockets - SOCK_STREAM is > > hardcoded. SWIM is going to use SOCK_DGRAM, and this > > patch makes it possible to bind datagram sockets. > > > > Needed for #3234 It's high time we integrated c-ares dns resolver. We haven't had time before. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov