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