Friedrich Schöller

Results 28 comments of Friedrich Schöller

Unfortunately Hans needs root privileges to send and receive ICMP packets. It needs the CAP_NET_RAW privilege to be precise.

That's very nice, thanks! I did not realize that you needed different permissions as a client and as a server in this case, but it make sense of course. I...

For the record: In order to support running without root privileges on android, we probably need to use [VpnService](https://developer.android.com/reference/android/net/VpnService) instead of tuntap.

Thanks for reporting this! Hans identifies clients by their IP. This means it cannot handle multiple clients with one public IP. I will address this issue in the upcoming releases.

@tvelocity are you going to address the comments by @lub? It would be great if this could be merged.

No, they don't. The problem seems to be related to glutin, but the glutin example has vsync enabled and also renders in `AboutToWait`. If I change the glutin example such...

Great summary, @infogulch. I would much prefer a non-hacky solution, like having scryer-prolog ignore the shebang, similar to what SWI-Prolog does.

It seems like the other issue is about two node processes producing the high load. In my case, any node processes are idle and the Zed process itself causes the...

This issue is **not** about the node process. I clarified that in the title.