comparison packages/redboot/current/ChangeLog @ 1243:4f0c5ba87a3a

Fix more DHCP buglets
author gthomas
date Wed, 24 Sep 2003 15:30:14 +0000
parents bc69956ed7c9
children 844ff6aec80b
comparison
equal deleted inserted replaced
1242:bc69956ed7c9 1243:4f0c5ba87a3a
1 2003-09-24 Gary Thomas <gary@mlbassoc.com>
2
3 * src/net/bootp.c (__bootp_find_local_ip): Forgot to unregister
4 UDP handler - could cause serious problems later! Also, fix
5 problem with retries after DHCP discovery phase.
6
1 2003-09-23 Gary Thomas <gary@mlbassoc.com> 7 2003-09-23 Gary Thomas <gary@mlbassoc.com>
2 8
3 * src/net/bootp.c (__bootp_find_local_ip): Handle retries on DHCP 9 * src/net/bootp.c (__bootp_find_local_ip): Handle retries on DHCP
4 requests better. 10 requests better.
5 11