[Python-Dev] Python 2.6 SSL (original) (raw)

Guido van Rossum guido at python.org
Sat Jun 28 17:31:08 CEST 2008


Roger, can you show us the relevant code?

On Sat, Jun 28, 2008 at 5:59 AM, Roger wenham <Roger.Wenham at gmx.net> wrote:

HI,

I have used the SSL lib to wrap sockets in existing client server code, but I find that the max send size is 16K. In other words I send 20K, the write call returns 20K but the receiving end only gets 16K. I remove the wraper and everything worksagain. I even modified the unit test to send >16K, but got the same result. Is therea patch for this ? I hope this the correct place to report this... Regards Roger

-- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/guido%40python.org

-- --Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-Dev mailing list