[openbeosnetteam] Re: DHCP Project Specs Needed
- From: Philippe Houdoin <philippe.houdoin@xxxxxxx>
- To: openbeosnetteam@xxxxxxxxxxxxx
- Date: Fri, 23 Sep 2005 11:37:10 +0200
Quoting David Enderson <DEnderson@xxxxxxxxxxxxxx>:
> I mentioned a while back on this list that eventually a way will be needed to
> provide for expired DHCP leases, which means something like a background
> process or cron script. The solaris implementation solves the lease issue by
> having the DHCP client be a daemon.
All options are opened to us too in fact:
- a userland background process (daemon)
- a kernel daemon, registered by the network stack module handling DHCP, awake
by kernel daemon thread after lease expiration time
- a timer callback registered by the network stack module handling DHCP, using
our network stack's timers support, already used by our ARP protocol code to
handling IP <-> MAC addresses request & cache expiration timeouts
I rather like the latest solution, reusing network timers feature.
- Philippe
- Follow-Ups:
- [openbeosnetteam] Re: DHCP Project Specs Needed
- From: Axel Dörfler
- References:
- [openbeosnetteam] Re: DHCP Project Specs Needed
- From: David Enderson
Other related posts:
- » [openbeosnetteam] DHCP Project Specs Needed
- » [openbeosnetteam] Re: DHCP Project Specs Needed
- » [openbeosnetteam] Re: DHCP Project Specs Needed
- » [openbeosnetteam] Re: DHCP Project Specs Needed
- » [openbeosnetteam] Re: DHCP Project Specs Needed
- » [openbeosnetteam] Re: DHCP Project Specs Needed
- » [openbeosnetteam] Re: DHCP Project Specs Needed
- » [openbeosnetteam] Re: DHCP Project Specs Needed
- » [openbeosnetteam] Re: DHCP Project Specs Needed
- » [openbeosnetteam] Re: DHCP Project Specs Needed
- » [openbeosnetteam] Re: DHCP Project Specs Needed
- » [openbeosnetteam] Re: DHCP Project Specs Needed
- » [openbeosnetteam] Re: DHCP Project Specs Needed
- » [openbeosnetteam] Re: DHCP Project Specs Needed
- [openbeosnetteam] Re: DHCP Project Specs Needed
- From: Axel Dörfler
- [openbeosnetteam] Re: DHCP Project Specs Needed
- From: David Enderson