Mercurial > ecos
diff 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 |
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,15 @@ +2003-12-21 Gary Thomas <gary@mlbassoc.com> + + * src/net/tcp.c (tcp_send): Add [restore] delay into TCP write + path. Sadly, there seems to be some issue where some ACK packets + get lost unless this is present (at least on some hardware). + n.b. a small delay here is definitely preferable to the horrendous + delays imposed by TCP retries if this condition occurs. + + * src/fconfig.c: + * include/flash_config.h: New functions for get/set/enumerate + config data which can be used via virtual vector interface. + 2003-12-12 Jani Monoses <jani@iv.ro> * src/net/tcp.c: Cancel retransmission timer when SYN is acked
