Hello agl@golang.org, gustav.paul@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.crypto
12 years, 10 months ago
(2012-05-11 21:14:38 UTC)
#1
On 2012/05/14 15:21:30, agl1 wrote: > LGTM. > > I did think about merging the ...
12 years, 10 months ago
(2012-05-15 01:12:03 UTC)
#4
On 2012/05/14 15:21:30, agl1 wrote:
> LGTM.
>
> I did think about merging the ring buffer and window tracking code. However I
> come unstuck when trying to think about how to handle stdout+stderr. They are
> separate data streams but share a window and that made everything messy :(
I think this is solved now that channel.remoteWin contains the windowing logic,
anything with a reference to that (which you get for free if you embed channel)
can use channel.sendWindowAdj()
LGTM http://codereview.appspot.com/6207051/diff/4/ssh/buffer.go File ssh/buffer.go (right): http://codereview.appspot.com/6207051/diff/4/ssh/buffer.go#newcode42 ssh/buffer.go:42: // write makes buf available for Read to ...
12 years, 10 months ago
(2012-05-15 15:30:06 UTC)
#7
Issue 6207051: code review 6207051: go.crypto/ssh: introduce a circular buffer for chanReader
(Closed)
Created 12 years, 10 months ago by dave_cheney.net
Modified 12 years, 10 months ago
Reviewers:
Base URL:
Comments: 13