Skip to content

Commit

Permalink
feat: increase mtu for eth header
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Dec 13, 2023
1 parent ae0196c commit 1093791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zenoh-pico/system/link/raweth.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define _ZP_MAC_ADDR_LENGTH 6

// Max frame size
#define _ZP_MAX_ETH_FRAME_SIZE 1500
#define _ZP_MAX_ETH_FRAME_SIZE 1514

// Ethernet header structure type
typedef struct {
Expand Down

0 comments on commit 1093791

Please sign in to comment.