From 1a716ed46d1d556d4ba6798608ab498320acd886 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Sat, 25 May 2013 00:04:32 -0400 Subject: Imported Upstream version 1.10.1 --- NOTES | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 NOTES (limited to 'NOTES') diff --git a/NOTES b/NOTES new file mode 100644 index 0000000..e84f99c --- /dev/null +++ b/NOTES @@ -0,0 +1,13 @@ + + +-------------------+ +-----------------+ +(Socket)InputStream ---> | ssh2 transport | <===> | ssh2 channel | +(Socket)OutputStream --> | (auth, pipe) | N | (buffer) | + +-------------------+ +-----------------+ + @ feeder thread | | + - read InputStream | +-> InputStream + - feed into channel +---> OutputStream + buffers + +SIS <-- @ --> (parse, find chan) --> ssh2 chan: buffer <-- SSHInputStream +SSHOutputStream --> ssh2 chan --> ssh2 transport --> SOS [no thread] + -- cgit v1.2.3