The beginnings of automatic configuration of network devices using DHCP; this is

currently only triggered when there is no configuration file - it can't be configured
this way yet.
All DHCP currently does is to send a UDP broadcast DHCP discover message. More to come.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19437 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-12-06 19:00:00 +00:00
parent 26cbcedb9c
commit fb81684f81
7 changed files with 658 additions and 21 deletions
+3
View File
@@ -11,11 +11,14 @@ AddResources net_server : net_server.rdef ;
Server net_server :
NetServer.cpp
Settings.cpp
AutoconfigLooper.cpp
DHCPClient.cpp
;
LinkAgainst net_server :
be
libnetwork.so
$(TARGET_LIBSTDC++)
# for PPP
#libppp.a