Files
scylladb/tests
Avi Kivity 3def4bc7d7 tcp: queue connections being accepted
With the current listen() -> future<connection> interface, if a new connection
is established before the connection handler is able to re-register for the
port, we have to drop the connection.

Fix by adding a queue for accepted connections, and switching to the more
standard listen() -> accept() -> future<connection> model.
2014-09-14 16:05:48 +03:00
..
2014-09-10 15:46:33 +03:00
2014-09-10 15:46:33 +03:00
2014-09-10 15:46:33 +03:00
2014-09-10 15:46:33 +03:00