dae/common/consts/net.go

11 lines
166 B
Go
Raw Normal View History

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