aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose/files/patch-src_VBox_NetworkServices_Dhcpd_VBoxNetDhcpd.cpp
blob: fb84e73445049d19adf6edf277584ade39900cf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/VBox/NetworkServices/Dhcpd/VBoxNetDhcpd.cpp.orig	2021-01-07 15:41:46 UTC
+++ src/VBox/NetworkServices/Dhcpd/VBoxNetDhcpd.cpp
@@ -394,7 +394,7 @@ void VBoxNetDhcpd::ifPump()
         WaitReq.Hdr.cbReq = sizeof(WaitReq);
         WaitReq.pSession = m_pSession;
         WaitReq.hIf = m_hIf;
-        WaitReq.cMillies = RT_INDEFINITE_WAIT;
+        WaitReq.cMillies = 2000;
         int rc = CALL_VMMR0(VMMR0_DO_INTNET_IF_WAIT, WaitReq);
 
         /*