comparison packages/net/tcpip/current/ChangeLog @ 126:518f42066aba ecos-sw-2000-09-19

Merge from eCos master repository on 2000-09-19-06:25:26-BST
author jlarmour
date Tue, 19 Sep 2000 05:53:51 +0000
parents 6bd9d475ed4b
children 0c2b7be0d798
comparison
equal deleted inserted replaced
125:b4407dc7f59d 126:518f42066aba
1 2000-09-14 Hugo Tyson <hmt@redhat.com>
2
3 * cdl/net.cdl (CYGOPT_NET_DHCP_DHCP_THREAD_PARAM): Set default to
4 1 so that the DHCP management thread loops forever. This allows
5 it to recover from a DHCP renewal failure.
6
7 * src/lib/dhcp_prot.c (next_timeout): Harden the DHCP protocol
8 machine against [simulated] failures - otherwise the tests with
9 simulated failures tend just to close down all the interfaces when
10 DHCP packets are lost.
11
12 2000-09-11 Gary Thomas <gthomas@redhat.com>
13
14 * src/lib/bootp_support.c (init_net): Set default route correctly.
15
1 2000-09-01 Hugo Tyson <hmt@cygnus.co.uk> 16 2000-09-01 Hugo Tyson <hmt@cygnus.co.uk>
2 17
3 * src/ecos/support.c (cyg_net_init): You can't print things while 18 * src/ecos/support.c (cyg_net_init): You can't print things while
4 initializing the network! Well, not if connected to GDB over the 19 initializing the network! Well, not if connected to GDB over the
5 network anyway. The printf("Init device '%s'...); removed. 20 network anyway. The printf("Init device '%s'...); removed.