summaryrefslogtreecommitdiff
path: root/contrib/dispatcher.README
diff options
context:
space:
mode:
authorNg Pheng Siong <ngps@netmemetic.com>2002-12-23 05:29:56 +0000
committerNg Pheng Siong <ngps@netmemetic.com>2002-12-23 05:29:56 +0000
commit4c181a24ff5a234d28857d6592d2090705b3b8f6 (patch)
treed3f8cebe71dbbafb9d9134f32bdc02144d3ca451 /contrib/dispatcher.README
parent3f7d9ae75837b3f792da27979f41ca4a775298fb (diff)
downloadm2crypto-4c181a24ff5a234d28857d6592d2090705b3b8f6.tar.gz
*** empty log message ***
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@142 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'contrib/dispatcher.README')
-rw-r--r--contrib/dispatcher.README30
1 files changed, 30 insertions, 0 deletions
diff --git a/contrib/dispatcher.README b/contrib/dispatcher.README
new file mode 100644
index 0000000..3049a5e
--- /dev/null
+++ b/contrib/dispatcher.README
@@ -0,0 +1,30 @@
+Date: Thu, 31 May 2001 17:11:45 +0400 (MSD)
+From: Ilya Etingof <ilya@glas.net>
+To: ngps@post1.com
+Cc: Ilya Etingof <ilya@glas.net>
+Subject: Another kind of non-blocking SSL dispatcher
+
+--1922505501-409592217-991314705=:1995
+Content-Type: TEXT/PLAIN; charset=US-ASCII
+
+
+Hi,
+
+Thanks for writing M2Crypto!
+
+I've been trying to use the ssl_dispatcher.py though I felt like the
+bundled version is not absolutely non-blocking. Precisely, it looks
+like the Connection.connect() method does not handle the case when
+socket.connect() returns the WOULDBLOCK error. Another suspicious thing
+is that there seems to be no SSL "want read" and "want write" error
+return codes of SSL read and write functions.
+
+The attached [quick and dirty] code hopefully fixes these two
+problems. Please, let me know if I'm missing some important clue about all
+this.
+
+Thanks,
+ilya
+
+--1922505501-409592217-991314705=:1995
+