Skip to content

Commit

Permalink
Revert "liteeth: increase MTU to support jumbo frames"
Browse files Browse the repository at this point in the history
This reverts commit 0f11a24.
sbourdeauducq committed Apr 30, 2016
1 parent 0f11a24 commit fe550f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misoc/cores/liteeth_mini/common.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from migen import *

eth_mtu = 9030
eth_mtu = 1530
eth_min_len = 46
eth_interpacket_gap = 12
eth_preamble = 0xD555555555555555

0 comments on commit fe550f3

Please sign in to comment.