lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] lwip CHANGELOG src/api/api_lib.c src/api/api_ms...


From: Frédéric Bernon
Subject: [lwip-commits] lwip CHANGELOG src/api/api_lib.c src/api/api_ms...
Date: Fri, 04 May 2007 15:18:30 +0000

CVSROOT:        /sources/lwip
Module name:    lwip
Changes by:     Frédéric Bernon <fbernon>     07/05/04 15:18:30

Modified files:
        .              : CHANGELOG 
        src/api        : api_lib.c api_msg.c sockets.c 
        src/include/lwip: api.h api_msg.h 

Log message:
        sockets.c, api.h, api_lib.c, api_msg.h, api_msg.c: Fix bug #19162 
"lwip_sento: a possible to corrupt remote addr/port connection state". Reduce 
problems "not enought memory" with netbuf (if we receive lot of datagrams). 
Improve lwip_sendto (only one exchange between sockets api and api_msg which 
run in tcpip_thread context). Add netconn_sento function. WARNING, if you 
directly access to "fromaddr" & "fromport" field from netbuf struct, these 
fields are now renamed "addr" & "port".

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/lwip/CHANGELOG?cvsroot=lwip&r1=1.124&r2=1.125
http://cvs.savannah.gnu.org/viewcvs/lwip/src/api/api_lib.c?cvsroot=lwip&r1=1.35&r2=1.36
http://cvs.savannah.gnu.org/viewcvs/lwip/src/api/api_msg.c?cvsroot=lwip&r1=1.34&r2=1.35
http://cvs.savannah.gnu.org/viewcvs/lwip/src/api/sockets.c?cvsroot=lwip&r1=1.43&r2=1.44
http://cvs.savannah.gnu.org/viewcvs/lwip/src/include/lwip/api.h?cvsroot=lwip&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/lwip/src/include/lwip/api_msg.h?cvsroot=lwip&r1=1.9&r2=1.10




reply via email to

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