Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple message fragment reassembly #910

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cgull
Copy link
Member

@cgull cgull commented Aug 3, 2017

One thing that has long bothered me is that Mosh can't handle fragments for multiple messages at once. If it receives a fragment for a new message, it discards the fragments it's currently holding on to. This fixes that.

I haven't yet seen a case where this actually causes dropped messages (reordered traffic is not that common), and some testing with packet reordering enabled doesn't seem to improve the user experience (this is partly because Mosh is sometimes too aggressive about retries, though).

Any opinions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant