Tarantool development patches archive
 help / color / mirror / Atom feed
* [PATCH 0/2] netbox connect timeout assertion
@ 2019-05-17 15:21 Vladislav Shpilevoy
  2019-05-17 15:21 ` [PATCH 1/2] coio: make hints in coio_getaddrinfo optional Vladislav Shpilevoy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vladislav Shpilevoy @ 2019-05-17 15:21 UTC (permalink / raw)
  To: tarantool-patches; +Cc: vdavydov.dev

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)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-05-20 14:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-17 15:21 [PATCH 0/2] netbox connect timeout assertion Vladislav Shpilevoy
2019-05-17 15:21 ` [PATCH 1/2] coio: make hints in coio_getaddrinfo optional Vladislav Shpilevoy
2019-05-17 15:21 ` [PATCH 2/2] coio: fix getaddrinfo assertion on 0 timeout Vladislav Shpilevoy
2019-05-20 14:53 ` [PATCH 0/2] netbox connect timeout assertion Vladimir Davydov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox