mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-24 00:26:13 +01:00
bigger UDP buffers
This commit is contained in:
parent
a3274caf49
commit
6f5e65bc02
|
@ -21,8 +21,8 @@
|
||||||
#include "CircularBuffer.hpp"
|
#include "CircularBuffer.hpp"
|
||||||
#include "WiFiClient.h"
|
#include "WiFiClient.h"
|
||||||
|
|
||||||
#define UDPBYTE_SIZE 64
|
#define UDPBYTE_SIZE 1500
|
||||||
#define UDP_BUFFERSIZE 256
|
#define UDP_BUFFERSIZE 2048
|
||||||
|
|
||||||
struct MYLOCOZ21 {
|
struct MYLOCOZ21 {
|
||||||
char throttle; //indicates which throttle letter on client, '0' + clientid
|
char throttle; //indicates which throttle letter on client, '0' + clientid
|
||||||
|
|
Loading…
Reference in New Issue
Block a user