From: Martin <md...@md...> - 2003-01-15 17:19:58
|
ons 2003-01-15 klockan 14.24 skrev Dave Aitel: > Have you tried timoutsocket.py? I quite like it and it works on Windows. Won't work. pyopenssl takes a shortcut and calls SSL_read and SSL_write directly instead of using the socket object's recv/send. Otherwise, I'd have to create my own BIO that packs and unpacks python strings a few zillion times... /Martin |