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:
Axel Dörfler
2006-12-12 01:49:47 +00:00
parent a3d2f8eea7
commit 10cc12da06
2 changed files with 22 additions and 19 deletions
+1
View File
@@ -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;