mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Increased **MAX_RELIABLE_COMMANDS** to 512
This commit is contained in:
parent
fe01523cb1
commit
6c874641d7
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ NET
|
|||
|
||||
#define PORT_ANY -1
|
||||
|
||||
#define MAX_RELIABLE_COMMANDS 64 // max string commands buffered for restransmit
|
||||
#define MAX_RELIABLE_COMMANDS 512 // max string commands buffered for restransmit
|
||||
|
||||
typedef enum {
|
||||
NA_BOT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue