Iwan Budi Kusnanto

Results 90 comments of Iwan Budi Kusnanto

>> Wdyt about implementing it now @LeeSmet ? I think we already have performance/scalability issue. > The things we observe in that issue are imo not related to performance of...

initial support for android is done at #221 . The UI uses flutter, currently under development at separate repo

android .apk can be downloaded at https://github.com/threefoldtech/myceliumflut/releases/tag/v0.8.0 Also submitted to google playstore, still waiting for review.

Looks like this PR is quite big and contains many things. Is it possible to split the PR into smaller things? Smaller PR will make it easier to test and...

> Rate-limit DNS queries for VMs to 15/sec to alleviate popular DNS amplification and reflector attacks @sabrinasadik how we get the number(15)? How about making the limit per X seconds...

> Isn't this something that can already be solved on the nftables/iptables layer? maybe to make it work on different OS?

> just before recovered: > - android detected that Stream to TCP .......is closed > just before recovered: > - dead_watcher.notified() Tried with public peers, and the error before recoverd...

> the underlying network is indeed lost, it will be handled in https://github.com/threefoldtech/myceliumflut/issues/40 from my test so far: - network lost detector can detect when i disabled the wifi /...

i was thinking of adding some timeout mechanism, only for android. But from what i've read, timeout doesn't really fit in async world. Timeout usually used in synchronous programming. notes:...