mirror of
https://github.com/daeuniverse/dae.git
synced 2025-01-28 00:21:41 +07:00
6 lines
46 B
Go
6 lines
46 B
Go
|
package consts
|
||
|
|
||
|
const (
|
||
|
EthernetMtu = 1500
|
||
|
)
|