dae/common/consts/net.go
2024-01-04 17:28:16 +08:00

11 lines
166 B
Go

/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2024, daeuniverse Organization <dae@v2raya.org>
*/
package consts
const (
EthernetMtu = 1500
)