You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,15 @@ Programmers must register their packets in the table before any de/serialization
35
35
```
36
36
37
37
## Before building
38
+
_____________________________________
39
+
Ensure to set optimal value for `MAX_PACKET_FIELDS` macro. It is located in the first lines of [include/dpacket.h](include/dpacket.h)
38
40
39
-
Ensure to set optimal values for `PACKET_TABLE_SIZE` and `MAX_PACKET_FIELDS` macros. They are located in the first lines of [include/dpacket.h](include/dpacket.h)
41
+
***MAX_PACKET_FIELDS** -> Max number of fields a packet can hold.*
40
42
41
-
***PACKET_TABLE_SIZE** -> Max number of packets that can be registered.*
43
+
It is drastically important to tweak this value in order to optimize space required for building the static packet table,
42
44
43
-
***MAX_PACKET_FIELDS** -> Max number of fields a packet can hold.*
44
45
45
-
It is drastically important to tweak these two values in order to optimize space required for building the static packet table.
- Open the JDBits bind project inside Android Studio
71
72
72
73
## Before Building ( Android )
73
-
74
-
Ensure to set optimal values for `PACKET_TABLE_SIZE` and `MAX_PACKET_FIELDS` macros. They are located in the first lines of [jdbits/src/main/cpp/include/dpacket.h](binds/Android/JDBits/jdbits/src/main/cpp/include/dpacket.h)
75
-
76
-
***PACKET_TABLE_SIZE** -> Max number of packets that can be registered.*
74
+
_____________________________________
75
+
Ensure to set optimal value for `MAX_PACKET_FIELDS` macro. It is located in the first lines of [jdbits/src/main/cpp/include/dpacket.h](binds/Android/JDBits/jdbits/src/main/cpp/include/dpacket.h)
77
76
78
77
***MAX_PACKET_FIELDS** -> Max number of fields a packet can hold.*
79
78
80
-
It is drastically important to tweak these two values in order to optimize space required for building the static packet table.
79
+
It is drastically important to tweak this value in order to optimize space required for building the static packet table.
0 commit comments