lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] lwip/src core/tcp.c core/tcp_out.c include/lwip...


From: Simon Goldschmidt
Subject: [lwip-commits] lwip/src core/tcp.c core/tcp_out.c include/lwip...
Date: Fri, 12 Mar 2010 15:40:02 +0000

CVSROOT:        /sources/lwip
Module name:    lwip
Changes by:     Simon Goldschmidt <goldsimon>   10/03/12 15:40:01

Modified files:
        src/core       : tcp.c tcp_out.c 
        src/include/lwip: tcp_impl.h 

Log message:
        Fixed some issues in the TCP_OVERSIZE code:
        - reset tcp_pcb.unsent_oversize when last_unsent is changed;
        - added TCP_OVERSIZE_DBGCHECK: check tcp_pcb.unsent_oversize vs. 
(debug-only) tcp_seg.oversize_left to ensure the pcb counter is correct;
        - fixed a memory leak in tcp_write;

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/lwip/src/core/tcp.c?cvsroot=lwip&r1=1.124&r2=1.125
http://cvs.savannah.gnu.org/viewcvs/lwip/src/core/tcp_out.c?cvsroot=lwip&r1=1.103&r2=1.104
http://cvs.savannah.gnu.org/viewcvs/lwip/src/include/lwip/tcp_impl.h?cvsroot=lwip&r1=1.2&r2=1.3




reply via email to

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