Keith Winstein

Results 156 comments of Keith Winstein

(Sorry, got confused what repo this was in. I don't have much useful to contribute, except to mention that upstream mosh has historically been pretty anti-core-dump for security/paranoia reasons, e.g....

This code is part of the Mosh client's use of multiple datagram sockets, because it wants to start hopping local ports if the connection dies (e.g. in the case of...

I don't think simply removing that assertion is going to fix the problem, because then you're going to end up at https://github.com/mobile-shell/mosh/blob/mosh-1.3.2/src/network/network.cc#L463 `assert( false )`. But maybe it should just...

FWIW, Mosh does guarantee eventual delivery of BELs (but many BELs may be compacted into just one). So if an application sends a BEL, the client will eventually get a...

"Last reply" in particular means that the client _is_ getting new frames from the server in a timely manner, but those frames don't acknowledge anything that the client has sent...

Closing as stale. :-( This would still be nice to have.

Closing as stale. :-(

Closing as stale. (wasienv also appears to have gone dormant, or maybe just stable.)

This appears to have been fixed in #1738

@Mem2019 Thank you for fixing these! Do you have cycles to make the changes requested in the review and get this merged? Would be great to have this in...