Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(96)

Issue 5306079: exp/ssh: replace chan []byte with a linked list buffer. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 8 months ago by dave
Modified:
14 years, 1 month ago
Reviewers:
Visibility:
Public.

Description

exp/ssh: replace chan []byte with a linked list buffer. *** for discussion *** buffer provides a theorertically unlimited buffer between the producer and consumer. The window adjust behaviour of the client pauses the producer without having blocking the mainloop.

Patch Set 1 #

Patch Set 2 : diff -r 8609dbbea729 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -35 lines) Patch
M src/pkg/exp/ssh/Makefile View 1 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/exp/ssh/buffer.go View 1 1 chunk +100 lines, -0 lines 0 comments Download
A src/pkg/exp/ssh/buffer_test.go View 1 1 chunk +87 lines, -0 lines 0 comments Download
M src/pkg/exp/ssh/client.go View 1 5 chunks +16 lines, -31 lines 0 comments Download
M src/pkg/exp/ssh/session.go View 1 1 chunk +4 lines, -4 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b