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