Results 82 comments of Zoxc

There's a warning now.

Not sure if that is IPv6 specific. `Unable to measure latency to server` is due to no `pong` replies from the server. That could be due to packet loss or...

Perhaps a firewall preventing IPv6 UDP connectivity?

@mcuee Was both UDP and TCP forwarded? There seems to be some problem with IPv6 UDP here.

If you feel like investigating you could try to run Wireguard and see which directions send or receives UDP traffic.

Yeah I meant Wireshark =P

@mcuee Could you try out https://github.com/Zoxc/crusader/tree/udp-spawn on the server and see if it helps?

The clocks are synchronized at the beginning of the test. Adjusting for clock drift with a synchronization at the end of the test is on my todo list. You may...

Yes, it assumes the delays are symmetric on idle. [The code is here](https://github.com/Zoxc/crusader/blob/80de8e054c7fc4fc7c3ced723948722c5269639b/src/crusader-lib/src/test.rs#L768). This function returns an offset to convert server time into client time.

I added a note about this in the readme.