On 11 Aug 2019, at 20:46, Thomas Leonard <[email protected]> wrote: > > On Sat, 10 Aug 2019 at 19:51, orbifx <[email protected]> wrote: >> >> I'm writing a networking service that uses TLS encryption. I don't want to >> have to deal with the exceptions, so I've gone for the Flow interface. >> >> Am I able to run applications using Flow on Linux? > > Yes. mirage-capnp does that: > > https://github.com/mirage/capnp-rpc/blob/master/unix/unix_flow.mli
Nice! We could replace the mirage-flow-unix implementation with your version that extends it with connect/socketpair. regards Anil _______________________________________________ MirageOS-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/mirageos-devel
