aboutsummaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2022-06-15 19:57:31 +0000
committerrodri <rgl@antares-labs.eu>2022-06-15 19:57:31 +0000
commitb69fdfbf30beb998c1817784e748ae78806becf8 (patch)
tree51e27ffc4cad89924c73e1e82d8b0dc6102f7a53 /dat.h
parentc69fa66f609925a98acf8dc7f645b9b50ce3a8ba (diff)
downloadmusw-b69fdfbf30beb998c1817784e748ae78806becf8.tar.gz
musw-b69fdfbf30beb998c1817784e748ae78806becf8.tar.bz2
musw-b69fdfbf30beb998c1817784e748ae78806becf8.zip
some corrections to frame processing and nomenclatures.
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;