Skip to content

Commit 0e9dd5e

Browse files
committed
Control UDP message buffer size
1 parent 593be35 commit 0e9dd5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Version=1.0
2-
Build=1122
2+
Build=1123

pkt_Queue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
(The maximum UDP pkt size is 65535 bytes - 8 bytes UDP header -
5858
20 bytes IP header = 65507 bytes)
5959
*/
60-
#define MESSAGE_LENGTH 65507
60+
#define MESSAGE_LENGTH (8192 + 512)
6161

6262
/* The maximum length of the pkt Queue. */
6363
#define MAX_QUEUE_LENGTH 512

0 commit comments

Comments
 (0)