Preferences

ricardobeat parent
Mosh uses UDP in addition to optimistic updates, so there is an actual latency improvement.

nine_k
HTTP/3 also rides on UDP, so the effect should be comparable.
ricardobeat OP
> SSH3 only needs 3 round-trip times. The keystroke latency in a running session is unchanged.

If implemented with latency in mind, yes. After a quick look at the code, it seems they are buffering data on both sides with hardcoded buffer sizes at 1500 (TCP packet size) or 30Kb, which could be negating any latency improvements.

This item has no comments currently.