[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] lwip/src/core tcp_out.c
From: |
Simon Goldschmidt |
Subject: |
[lwip-commits] lwip/src/core tcp_out.c |
Date: |
Thu, 26 Nov 2009 16:44:16 +0000 |
CVSROOT: /sources/lwip
Module name: lwip
Changes by: Simon Goldschmidt <goldsimon> 09/11/26 16:44:16
Modified files:
src/core : tcp_out.c
Log message:
tcp_rexmit(): no need to call tcp_output, since always called from
tcp_input and thus tcp_output always returns without sending (prevent confusion
by thinking data was sent while in tcp_rexmit!)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/lwip/src/core/tcp_out.c?cvsroot=lwip&r1=1.89&r2=1.90
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] lwip/src/core tcp_out.c,
Simon Goldschmidt <=