[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] lwip/src/core tcp_in.c tcp_out.c
From: |
Simon Goldschmidt |
Subject: |
[lwip-commits] lwip/src/core tcp_in.c tcp_out.c |
Date: |
Sun, 01 Jul 2007 15:56:05 +0000 |
CVSROOT: /sources/lwip
Module name: lwip
Changes by: Simon Goldschmidt <goldsimon> 07/07/01 15:56:05
Modified files:
src/core : tcp_in.c tcp_out.c
Log message:
Changed tcp_pcb->snd_queuelen from u8_t to u16_t to prevent overflowing
when sending many small packets with big send buffer, added assertions and
oveflow checks for snd_queuelen.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/lwip/src/core/tcp_in.c?cvsroot=lwip&r1=1.67&r2=1.68
http://cvs.savannah.gnu.org/viewcvs/lwip/src/core/tcp_out.c?cvsroot=lwip&r1=1.57&r2=1.58
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] lwip/src/core tcp_in.c tcp_out.c,
Simon Goldschmidt <=