comparison packages/redboot/current/ChangeLog @ 1444:d9e058a49f03

TCP SYN fix - from Jani Monoses
author gthomas
date Fri, 12 Dec 2003 19:14:03 +0000
parents 951813e462b6
children 077fd39935a2
comparison
equal deleted inserted replaced
1443:cd7d2afbc7dd 1444:d9e058a49f03
1 2003-12-12 Jani Monoses <jani@iv.ro>
2
3 * src/net/tcp.c: Cancel retransmission timer when SYN is acked
4 otherwise an open active connection which doesn't send data
5 eventually resends the SYN resulting in reset from the peer.
6
1 2003-12-08 Gary Thomas <gary@mlbassoc.com> 7 2003-12-08 Gary Thomas <gary@mlbassoc.com>
2 8
3 * cdl/redboot.cdl: Better handling of GDB stubs support. This 9 * cdl/redboot.cdl: Better handling of GDB stubs support. This
4 should be automatically included if the platform supports GDB. 10 should be automatically included if the platform supports GDB.
5 Disabling CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS (in the common HAL) 11 Disabling CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS (in the common HAL)