Documentation ¶
Overview ¶
SPDX-License-Identifier: MIT * * Copyright (C) 2019-2022 WireGuard LLC. All Rights Reserved. * Original source: https://github.com/WireGuard/wireguard-windows/blob/004c22c5647e5c492daf21d0310cbf575e4e3277/conf/config.go
SPDX-License-Identifier: MIT * * Copyright (C) 2019-2022 WireGuard LLC. All Rights Reserved. * * Original copy: https://github.com/WireGuard/wireguard-windows/blob/004c22c5647e5c492daf21d0310cbf575e4e3277/conf/parser.go
Index ¶
Constants ¶
View Source
const (
DefaultMtu = 1420
)
View Source
const KeyLength = 32
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandshakeTime ¶
type ParseError ¶
type ParseError struct {
// contains filtered or unexported fields
}
func (*ParseError) Error ¶
func (e *ParseError) Error() string
type Tunnel ¶
type Tunnel struct {
// contains filtered or unexported fields
}
func CreateTunnel ¶
func CreateTunnelFromFile ¶
Click to show internal directories.
Click to hide internal directories.