summaryrefslogtreecommitdiffstats
path: root/common/fbgui.h
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-09-01 19:27:46 +0200
committerSebastian Schmelzer2011-09-01 19:27:46 +0200
commit8fac1e425eca9487dda5465b74de84a2df8edddd (patch)
treeac150eddef80e6bf18604e3d695f40e14dd2ef9b /common/fbgui.h
parentsome comments to the LogReceiver methods (diff)
downloadfbgui-8fac1e425eca9487dda5465b74de84a2df8edddd.tar.gz
fbgui-8fac1e425eca9487dda5465b74de84a2df8edddd.tar.xz
fbgui-8fac1e425eca9487dda5465b74de84a2df8edddd.zip
fix message loss
Diffstat (limited to 'common/fbgui.h')
-rw-r--r--common/fbgui.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/fbgui.h b/common/fbgui.h
new file mode 100644
index 0000000..7a0faf5
--- /dev/null
+++ b/common/fbgui.h
@@ -0,0 +1,7 @@
+#ifndef FBGUI_H
+#define FBGUI_H
+
+#define DHCP_MESSAGE_SIZE 2048
+#define ACK_SIZE 4
+
+#endif // FBGUI_H