Now delays configuring the interface until we got the DHCP acknowledge message - this
might fix the missing message from my router. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19468 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -38,6 +38,7 @@ class DHCPClient : public BHandler {
|
||||
BString _ToString(in_addr_t address) const;
|
||||
|
||||
BString fDevice;
|
||||
BMessage fConfiguration;
|
||||
BMessageRunner* fRunner;
|
||||
uint8 fMAC[6];
|
||||
uint32 fTransactionID;
|
||||
|
||||
Reference in New Issue
Block a user