Skip to content

Commit

Permalink
cores/liteeth_mini/common: fix eth_mtu (1530 bytes)
Browse files Browse the repository at this point in the history
enjoy-digital committed Apr 27, 2016
1 parent 452cbc3 commit 47da496
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 = 1532
eth_mtu = 1530
eth_min_len = 46
eth_interpacket_gap = 12
eth_preamble = 0xD555555555555555

0 comments on commit 47da496

Please sign in to comment.