From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [tarantool-patches] Re: [PATCH 1/1] sio: implement getsockname wrapper References: <7405ac9cec20bd309712418674694a66ea31590b.1551821931.git.v.shpilevoy@tarantool.org> <20190306142815.GA5263@chai> From: Vladislav Shpilevoy Message-ID: <75453451-b537-10de-e192-e65a0705f706@tarantool.org> Date: Wed, 6 Mar 2019 18:19:36 +0300 MIME-Version: 1.0 In-Reply-To: <20190306142815.GA5263@chai> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit To: tarantool-patches@freelists.org, Konstantin Osipov Cc: vdavydov.dev@gmail.com List-ID: Pushed to 2.1. On 06/03/2019 17:28, Konstantin Osipov wrote: > * Vladislav Shpilevoy [19/03/06 10:25]: >> SWIM wants to allow to bind to zero ports so as the kernel could >> choose any free port automatically. It is needed mainly for >> tests. >> >> Zero port means that a real port is known only after bind() has >> called, and getsockname() should be used to get it. SWIM uses sio >> library for such lowlevel API. This is why that function is added >> to sio. >> > > OK to push. > > > -- > Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 > http://tarantool.io - www.twitter.com/kostja_osipov >