mirror of
https://github.com/enjoy-digital/liteeth.git
synced 2025-01-03 03:43:37 -05:00
common: fix eth_mtu (1530 bytes)
This commit is contained in:
parent
94290016d0
commit
072969ff58
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue