Jake McGinty

Results 154 comments of Jake McGinty

@zmanian I'm thinking more the file descriptor/metadata message that's sent before the data blocks start coming in. This is kind of in anticipation of having more complex data structures when...

The crypto is currently not much of a bottleneck, so I think it's also wondering how much we want to burn the laps of our users :).

Hey Eli! Wooooo thanks for playing with it! Yeah, I agree and honestly I think the current port approach is kind of... lazy? Even though mosh does it that way,...

Hey @strangeman! Thanks so much for testing. If possible, can you build the latest HEAD (remember to do `cargo build --release` to optimize and get rid of debug info) and...

Even without that, though, we still need to add multithreading to make the high-speed case actually as high-speed as it wants to be :). So basically, yeah, it's not currently...

Cool, I think with threading and limiting the progressbar stdout insanity we should be closer to parity on stable connections, which should also be our goal (never regress from TCP).

Added basic asynchronous file I/O (client side only right now) and de-crazied stdout, and I'm still only seeing ~40Mbps from two 100Mbps VPSs, so there's something more to it. I...

Been making some gradual speed improvements over the last few alpha releases, but there's still a big gap in the case of VPS-VPS transfers where we have low-latency 100Mbps-1Gbps connections....

Was thinking pretty much exactly this, yeah. If you want to take that on, I'll get to refactoring the crypto stuff so it won't be incredibly annoying for you :P.

That research makes sense to me. The way I see it, mio seems to fit for wrapping UDT potentially, and then we'd have (ideally) a decryption thread and a file...