Iwan Budi Kusnanto

Results 90 comments of Iwan Budi Kusnanto

> @iwanbk I assume this is working properly now? i haven't tested it yet because i disable QUIC now. will test it next week.

oh, sorry, i forgot, will do it tomorrow.

@LeeSmet it still doesn't work, but i don't think it is still a crash, looks like a different issue: - second `start` doesn't crash, but `ping` doesn't work - second...

btw, this is what i did to enable `quic` ```diff #git diff mobile/ diff --git a/mobile/src/lib.rs b/mobile/src/lib.rs index dd6334b..a0e31ce 100644 --- a/mobile/src/lib.rs +++ b/mobile/src/lib.rs @@ -90,7 +90,7 @@ pub async...

I proposes to close this issue for these reasons: - we don't use it on android & iphone - if we want to fix it properly, we have to test...

> there might be benefits to implementing proper "plain" UDP sockets what is the benefit?

> Performance profiles show that the biggest amount of time is currently spent in 3 places: @LeeSmet curious, how you did the profiling?

continuing discussion on https://github.com/threefoldtech/mycelium/issues/459#issuecomment-2497453463 > The TUN offload issue has been parked as its purely an optimization for the send/receive nodes. It can be done in the future once the...

> From quick search, to enable GRO we only need to enable the flag using ethtool, CMIIW It is not that simple. I found a blog post from Tailscale, they...