[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [lwip-devel] [bug #20506] HTTP server doesn't call tcp_output
From: |
Goldschmidt Simon |
Subject: |
RE: [lwip-devel] [bug #20506] HTTP server doesn't call tcp_output |
Date: |
Fri, 20 Jul 2007 11:34:07 +0200 |
> Follow-up Comment #30, bug #20506 (project lwip):
>
> To conclude: The speed will be improved if i increase the
> Congestion window size to 'pcb->cwnd = pcb->mss*2'.
>
> Can you tell me in which files and functions this change need
> to be done ?
> There are many lines in code which changes the pcb->cwnd.
This is rather a thing we would change in CVS HEAD. If you really want
To change it right now (e.g. for testing), change tcp_in.c line 567
in CVS HEAD (I think line 538 in v1.2.0; tcp_process()
switch(pcb->state)
case SYN_RCVD) from 'pcb->cwnd = pcb->mss;' to 'pcb->cwnd = 2 *
pcb->mss;'
But I'd suggest to upgrade to a newer version (CVS HEAD or the
'upcoming'
1.3.0)...
Simon
- [lwip-devel] [bug #20506] HTTP server doesn't call tcp_output, (continued)
- [lwip-devel] [bug #20506] HTTP server doesn't call tcp_output, Vipin, 2007/07/24
- [lwip-devel] [bug #20506] Initial congestion window is very small, Simon Goldschmidt, 2007/07/24
- [lwip-devel] [bug #20506] Initial congestion window is very small, Frédéric Bernon, 2007/07/24
- [lwip-devel] [bug #20506] Initial congestion window is very small, Simon Goldschmidt, 2007/07/24
- [lwip-devel] [bug #20506] Initial congestion window is very small, Frédéric Bernon, 2007/07/24
- [lwip-devel] [bug #20506] Initial congestion window is very small, Frédéric Bernon, 2007/07/24
- [lwip-devel] [bug #20506] Initial congestion window is very small, Simon Goldschmidt, 2007/07/24
- [lwip-devel] [bug #20506] Initial congestion window is very small, Frédéric Bernon, 2007/07/24
- [lwip-devel] [bug #20506] Initial congestion window is very small, Simon Goldschmidt, 2007/07/25
- [lwip-devel] [bug #20506] Initial congestion window is very small, Vipin, 2007/07/31
- RE: [lwip-devel] [bug #20506] HTTP server doesn't call tcp_output,
Goldschmidt Simon <=
- RE: [lwip-devel] [bug #20506] HTTP server doesn't call tcp_output, Kieran Mansley, 2007/07/20