summaryrefslogtreecommitdiff
path: root/NOTES
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2003-11-10 08:49:50 +0000
committerRobey Pointer <robey@lag.net>2003-11-10 08:49:50 +0000
commit11815d4d837314a51ebf919c1a61cb0f68a3c02b (patch)
treea87cdf5a7f3658375d0d6be642a5d8ddf46bbc36 /NOTES
parent2ff9f467517e1ff8916e1adbdaf342d0468b4ebb (diff)
downloadparamiko-11815d4d837314a51ebf919c1a61cb0f68a3c02b.tar.gz
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-9]
rename secsh -> paramiko also, rename SecshException back to SSHException. sigh. :)
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES6
1 files changed, 3 insertions, 3 deletions
diff --git a/NOTES b/NOTES
index de3d2fc9..dc92e61d 100644
--- a/NOTES
+++ b/NOTES
@@ -1,6 +1,6 @@
+-------------------+ +-----------------+
-(Socket)InputStream ---> | secsh transport | <===> | secsh channel |
+(Socket)InputStream ---> | ssh2 transport | <===> | ssh2 channel |
(Socket)OutputStream --> | (auth, pipe) | N | (buffer) |
+-------------------+ +-----------------+
@ feeder thread | |
@@ -8,8 +8,8 @@
- feed into channel +---> OutputStream
buffers
-SIS <-- @ --> (parse, find chan) --> secsh chan: buffer <-- SSHInputStream
-SSHOutputStream --> secsh chan --> secsh transport --> SOS [no thread]
+SIS <-- @ --> (parse, find chan) --> ssh2 chan: buffer <-- SSHInputStream
+SSHOutputStream --> ssh2 chan --> ssh2 transport --> SOS [no thread]