Alexander Vieth

Results 24 comments of Alexander Vieth

> You might be able to achieve this using custom DNS already. The app ignores private IPs (except some special cases like `10.64.0.1`) when configuring the tunnel interface. So if...

Your suggestion sounds good. Implemented in 4c37db1

You're the boss :) latest commit moves To/FromField into `Geometry.hs` and exports `Point`.

@ChShersh Sure, what you describe sounds fine. Another possibility: always write to `node.log` for the current "hot" log file. When its time to rotate, rename it to `node.log.` where `n`...

One way to get bluetooth to work is by copying the firmware and kernel from a raspbian image and then hacking it into NixOS. [Here's how.](https://github.com/avieth/nixos-rpi)

https://github.com/haskell-distributed/network-transport-tests/pull/11

On second thought, this may not be a good idea. There ought to be some way to determine whether two addresses pick out the same `EndPoint` and equality strikes me...

> In the TCP impl we will need to review carefully to make sure we can indeed guarantee the ordering of connection open/close events vs endpoint lost event. In the...

Another somewhat radical option is to give a separate egress queue. ```Haskell -- Same as is, just a renamed type. receive :: EndPoint -> IO IngressEvent -- Runs the continuation...