Skip to content
Snippets Groups Projects
Commit 531e229e authored by mechanik20051988's avatar mechanik20051988 Committed by Nikita Pettik
Browse files

iproto: implement ability to open several listening sockets

Previously, iproto could only open one socket for listening
only. This patch change this behaviour, now user can open
several listening sockets. Also in addition to ability to
pass uri as a number or string, as  previously, ability to
pass uri as a table of numbers or strings has been added.

Closes #3554

@TarantoolBot document
Title: multiple iproto listen sockets
Implement ability to open several listening sockets.
Implement ability to pass several listening uri as a table
of numbers or strings.
```lua
box.cfg { listen = {3301, 3302, 3303} }
box.cfg { listen = {"127.0.0.1:3301", "127.0.0.1:3302"} }
```
parent 9313fa22
No related branches found
Tags 2.10.0-beta2
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment