tarantool/tarantool

net.box: allow to bind local ephemeral port before connect

Open

#3,126 opened on 2018年2月7日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Lua (3,633 stars) (406 forks)batch import
featuregood first issue

説明

Support "bind before connect" technique in net.box: https://idea.popcount.org/2014-04-03-bind-before-connect/

Ratioinale: not all local ports are always open, e.g. in case of a firewall.

How we could implement it: pass the local address in connection options. in net.box:new()

コントリビューターガイド