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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user