mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
socket: increase buffer size to maximum MTU for UDP and IP layers
This commit is contained in:
parent
ac1b7070f8
commit
6d79075ee2
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ extern "C" {
|
|||
struct format_type;
|
||||
|
||||
/** The maximum length of a packet which contains stuct msg. */
|
||||
#define SOCKET_INITIAL_BUFFER_LEN 1500
|
||||
#define SOCKET_INITIAL_BUFFER_LEN (64*1024)
|
||||
|
||||
enum socket_layer {
|
||||
SOCKET_LAYER_ETH,
|
||||
|
|
Loading…
Add table
Reference in a new issue