common: fix eth_mtu (1530 bytes)
This commit is contained in:
parent
94290016d0
commit
072969ff58
|
@ -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 New Issue