Merge: libevent: support UNIX domain sockets and add a test and an example
authorJean Privat <jean@pryen.org>
Mon, 13 Aug 2018 19:24:43 +0000 (15:24 -0400)
committerJean Privat <jean@pryen.org>
Mon, 13 Aug 2018 19:24:43 +0000 (15:24 -0400)
commit72867cacdcf3691f4d133313561f8d229ffbcd6d
tree58cdb8d88e2779726ae47e1900a12025147c5996
parentdfad28c63380f652c2e5f10576c7b7fd212d4111
parent5f2fbdbfee94ec9fb12158878e6491fdf5e27e1e
Merge: libevent: support UNIX domain sockets and add a test and an example

Libevent server can now listen on UNIX domain sockets by calling `ConnectionFactory::bind_unix`. The method to listen on TCP ports was renamed to `bind_tcp` for clarity.

This PR intro two new supporting programs in the form of a parallel test for a libevent server and a minimal usage example. If we already had these let me know, because otherwise these two were long overdue.

This PR is built on the work of @matthmsl in #2708, thank you!

Close #2679

Pull-Request: #2726