blob: e65bb7474ff38f56737759aee7620d3d0478ddde (
plain)
1
2
3
4
5
6
7
8
9
10
|
//go:build !linux && !windows
/* SPDX-License-Identifier: MIT
*
* Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
*/
package conn
func NewDefaultBind() Bind { return NewStdNetBind() }
|