6 lines
80 B
Go
6 lines
80 B
Go
//go:build windows && (amd64 || 386)
|
|
|
|
package bridge
|
|
|
|
const bridgeTunMTU = 1500
|