summaryrefslogtreecommitdiffstats
path: root/customdhcpcd/src/dhcpcd.h
diff options
context:
space:
mode:
authorNiklas2011-10-05 17:39:35 +0200
committerNiklas2011-10-05 17:39:35 +0200
commitbe915d3cfcc639d6303bf8bc0e5ad825e0ef2f95 (patch)
treec52ed62bb40ad926271f0637f9a29aee2889543c /customdhcpcd/src/dhcpcd.h
parenttried to solve the timing problem. but failed. it is also enough to test for ... (diff)
downloadfbgui-be915d3cfcc639d6303bf8bc0e5ad825e0ef2f95.tar.gz
fbgui-be915d3cfcc639d6303bf8bc0e5ad825e0ef2f95.tar.xz
fbgui-be915d3cfcc639d6303bf8bc0e5ad825e0ef2f95.zip
modified the check for carrier signal. on autoUp==true: if no interface is in running state, the app will check the state of the interface several times (can be specified by us with the _ifUpCountdown value)
Diffstat (limited to 'customdhcpcd/src/dhcpcd.h')
-rw-r--r--customdhcpcd/src/dhcpcd.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/customdhcpcd/src/dhcpcd.h b/customdhcpcd/src/dhcpcd.h
index 3f4c085..c8df616 100644
--- a/customdhcpcd/src/dhcpcd.h
+++ b/customdhcpcd/src/dhcpcd.h
@@ -37,13 +37,15 @@
#include "common.h"
+#include "../../common/fbgui.h"
+
#define DEFAULT_TIMEOUT 20
#define DEFAULT_LEASETIME 3600 /* 1 hour */
/* added by Niklas Goby, additional field, storing the socket address path for
* communicating with Qt "server" */
-#define DEFAULT_QTSOCKETADDRESS "/var/tmp/qt_c_socket_default"
-#define DEFAULT_GATEWAY_INFO_LOCATION "/var/tmp/gateways_"
+
+
#define QTSOCKETADDRESSLENGTH 255
#define CLASS_ID_MAX_LEN 48