Peter

Results 78 comments of Peter

Temporarily decreased the argon2 version in [ee3ebe224b73d22367c1fba5292e2aa1154e0c2](https://github.com/equalitie/ouisync/commit/aee3ebe224b73d22367c1fba5292e2aa1154e0c2)

The above mentioned defaults are used here https://github.com/equalitie/ouisync/blob/d3515be6a7c33e506aaec5d9e35a277db81a1398/lib/src/crypto/cipher.rs#L86

This makes argon2 version 5.2 compatible with 4.x, but it's not the ideal solution because using the default parameters is likely the right thing to do. ```diff diff --git a/lib/src/crypto/cipher.rs...

Might be related, I ran the other tests on the Samsung phone as well and these fail: ``` test basic_src_ip ... ok test basic ... ok test ecn_v6_dualstack ... FAILED...

I forked from 9f008ade which was the latest `main` yesterday and the tests are running solely inside the `quinn` repo (not from a separate project that imports quinn). There have...

I just tried to add `transport_config.enable_segmentation_offload(false);` below [this line](https://github.com/inetic/quinn/blob/f3035bae656c7c82145fc389d040d53137a5e57f/quinn/tests/send_receive.rs#L104) and the test now passes.

> I can try to merge [my fork](https://github.com/inetic/quinn/tree/samsung-issue) with those changes if you think it may help. I just [did](https://github.com/quinn-rs/quinn/commit/1a36fc858144cb9ae723fe65b13a66b352980d30), unfortunately the test still fails.

> Can you share the logs from the test when it is failing? Here is `adb logcat` from the device, I cleaned it before running the test and stopped after...

Please note that in the original post I attached [samsung-with-trace.log](https://github.com/user-attachments/files/20224140/samsung-with-trace.log), perhaps that's what you asked for?

> If you patch the logger in and run the tests again, it should give you an output directly in the terminal where you typed cargo test, at least for...