Use socketpair() instead of pipe() for the umbilical.
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 20 May 2015 19:28:54 +0000 (21:28 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 20 May 2015 19:28:54 +0000 (21:28 +0200)
commit87e09527735632aae3f595f5a28667880ca4c8c1
tree5626d323cb41a9945083729e47157e49fa93d2aa
parent19e0d449ebd06450c9d7f16f032c0806242c7515
Use socketpair() instead of pipe() for the umbilical.

This prepares for a possible conversion of the umbilical socket to a
control socket.
src/tincctl.c