comparison packages/redboot/current/ChangeLog @ 1451:077fd39935a2

Expand fconfig access via virtual vectors. Work around a TCP timing issue.
author gthomas
date Sun, 21 Dec 2003 13:17:51 +0000
parents d9e058a49f03
children c9e09b1c18cb
comparison
equal deleted inserted replaced
1450:9a841f11f433 1451:077fd39935a2
1 2003-12-21 Gary Thomas <gary@mlbassoc.com>
2
3 * src/net/tcp.c (tcp_send): Add [restore] delay into TCP write
4 path. Sadly, there seems to be some issue where some ACK packets
5 get lost unless this is present (at least on some hardware).
6 n.b. a small delay here is definitely preferable to the horrendous
7 delays imposed by TCP retries if this condition occurs.
8
9 * src/fconfig.c:
10 * include/flash_config.h: New functions for get/set/enumerate
11 config data which can be used via virtual vector interface.
12
1 2003-12-12 Jani Monoses <jani@iv.ro> 13 2003-12-12 Jani Monoses <jani@iv.ro>
2 14
3 * src/net/tcp.c: Cancel retransmission timer when SYN is acked 15 * src/net/tcp.c: Cancel retransmission timer when SYN is acked
4 otherwise an open active connection which doesn't send data 16 otherwise an open active connection which doesn't send data
5 eventually resends the SYN resulting in reset from the peer. 17 eventually resends the SYN resulting in reset from the peer.