Juliusz Chroboczek

Results 309 comments of Juliusz Chroboczek
trafficstars

Probably the same as #34. The issue appears to be that when `notifyObject` is called in `httpServerRequest`, there is nobody listening on the object.

I've replied here: https://www.mail-archive.com/[email protected]/msg00797.html (Feel free to reply to the list without being subscribed, I'll whitelist your address.)

@SvenRoederer wrote: > abgesehen vom technischen Aspekt einer solchen Implementierung stellt sich mir die Frage nach der Vereinbarkeit mit den Freifunk-prinzipien. Right. Babel-MAC is an authentication mechanism. Out of the...

> However, I invested much of my free time currently becoming OLSR maintainer Congratulations! > * What metrics are good for monitoring purposes? Off the top of my head: 1....

Babeld has attempted to install a route, and the kernel replied ENOBUFS. In principle, babeld should recover cleanly from the failure, it should attempt to install the route again the...

I suggest making as few things configurable as reasonable; if more configuration is needed, it can easily be added at a later date.

Thanks for the report. Could you please check that branch `fix-multicast-check` works for you? https://github.com/jech/babeld/tree/fix-multicast-check Just do the following: ``` git remote update git checkout fix-multicast-check make ```

Applied to master. Please let me know if you test the branch and require a stable branch release.

It would be difficult — WebRTC is a complex protocol, and as far as I know there are no easy to use WebRTC libraries. You should contact the webtorrent people...