Archive Index
This month's Index
|
Subject: Re: [libssh2] Blocking read returns PACKET_EAGAIN if not enough data is available?
Re: [libssh2] Blocking read returns PACKET_EAGAIN if not enough data is available?
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 8 May 2007 15:29:37 +0200 (CEST)
On Tue, 8 May 2007, Eberhard Mattes wrote:
> libssh2_packet_read() needing at least blocksize bytes (if encryption is
Yes, you're entirely correct of course.
The total read length should be no less than blocksize, but that data could of
-------------------------------------------------------------------------
|