LeastAuthority / wormhole-client

A magic-wormhole client in Haskell
GNU General Public License v3.0
6 stars 1 forks source link

Get rid of allocateTcpPort function #37

Closed vu3rdd closed 6 years ago

vu3rdd commented 6 years ago

The problem is mentioned in issue #18. We implement the suggestion 2 outlines in this Tahoe-LAFS ticket: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2787. We create a bind and start listening and return the socket and later use it to start a tcp server.


This change is Reviewable

vu3rdd commented 6 years ago

Thanks for the review.