lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] Re: AW: Problem of tcp_writewith more then about 20 kBytes


From: Diego
Subject: [lwip-users] Re: AW: Problem of tcp_writewith more then about 20 kBytes
Date: Fri, 10 Dec 2010 20:36:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

ERRORS:

#define ERR_OK    0      /* No error, everything OK. */
#define ERR_MEM  -1      /* Out of memory error.     */
#define ERR_BUF  -2      /* Buffer error.            */


#define ERR_ABRT -3      /* Connection aborted.      */
#define ERR_RST  -4      /* Connection reset.        */
#define ERR_CLSD -5      /* Connection closed.       */
#define ERR_CONN -6      /* Not connected.           */


So, when I try to send 768 bytes or more I got Error -1: Out of memory error. 
Do u know what it wanna mean?

Thanks

Diego




reply via email to

[Prev in Thread] Current Thread [Next in Thread]