From 072969ff58847f71068c64e9b5d88368314b374c Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Sun, 1 May 2016 07:09:37 +0200 Subject: [PATCH] common: fix eth_mtu (1530 bytes) --- liteeth/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liteeth/common.py b/liteeth/common.py index 9206d9c..a765623 100644 --- a/liteeth/common.py +++ b/liteeth/common.py @@ -24,7 +24,7 @@ class Port: return r -eth_mtu = 1532 +eth_mtu = 1530 eth_min_len = 46 eth_interpacket_gap = 12 eth_preamble = 0xd555555555555555