2021-09-05 14:00:43 +00:00
|
|
|
//go:build !linux && !openbsd && !freebsd
|
2018-12-11 17:21:11 +00:00
|
|
|
|
2019-01-02 00:55:51 +00:00
|
|
|
/* SPDX-License-Identifier: MIT
|
2018-12-11 17:21:11 +00:00
|
|
|
*
|
2021-01-28 16:52:15 +00:00
|
|
|
* Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
|
2018-12-11 17:21:11 +00:00
|
|
|
*/
|
|
|
|
|
2019-11-07 16:13:05 +00:00
|
|
|
package conn
|
2018-12-11 17:21:11 +00:00
|
|
|
|
2021-02-22 01:01:50 +00:00
|
|
|
func (bind *StdNetBind) SetMark(mark uint32) error {
|
2018-12-11 17:21:11 +00:00
|
|
|
return nil
|
|
|
|
}
|