aboutsummaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dat.h b/dat.h
index b4f7147..6525c3c 100644
--- a/dat.h
+++ b/dat.h
@@ -24,7 +24,8 @@ enum {
};
enum {
- Framesize = 4+4+4+2,
+ Framehdrsize = 4+4+4+2,
+ MTU = 1024
};
typedef struct VModel VModel;