-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
============================================================================ | ||
Name : hev-config-const.h | ||
Author : hev <[email protected]> | ||
Copyright : Copyright (c) 2019 - 2023 hev | ||
Copyright : Copyright (c) 2019 - 2024 hev | ||
Description : Config Constants | ||
============================================================================ | ||
*/ | ||
|
@@ -12,7 +12,7 @@ | |
|
||
#define MAJOR_VERSION (2) | ||
#define MINOR_VERSION (6) | ||
#define MICRO_VERSION (5) | ||
#define MICRO_VERSION (6) | ||
|
||
static const int UDP_BUF_SIZE = 1500; | ||
static const int UDP_POOL_SIZE = 512; | ||
|