From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Vladislav Shpilevoy Subject: [PATCH 0/2] netbox connect timeout assertion Date: Fri, 17 May 2019 18:21:22 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit To: tarantool-patches@freelists.org Cc: vdavydov.dev@gmail.com List-ID: The patchset combs coio_getaddrinfo() function to make it conform with the Open Group Standard, and to fix an assertion about 0 timeout. Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-4209-netbox-connect-timeout-assertion Issue: https://github.com/tarantool/tarantool/issues/4209 Vladislav Shpilevoy (2): coio: make hints in coio_getaddrinfo optional coio: fix getaddrinfo assertion on 0 timeout src/lib/core/coio_task.c | 34 +++++++++++++++++++--------------- src/lib/core/coio_task.h | 17 ++++++++++++++--- src/lib/core/say.c | 2 +- test/unit/coio.cc | 36 ++++++++++++++++++++++++++++++++++++ test/unit/coio.result | 4 ++++ 5 files changed, 74 insertions(+), 19 deletions(-) -- 2.20.1 (Apple Git-117)