github.com/sagernet/wireguard-go@v0.0.0-20231215174105-89dec3b2f3e8/conn/mark_default.go (about)

     1  //go:build !linux && !openbsd && !freebsd
     2  
     3  /* SPDX-License-Identifier: MIT
     4   *
     5   * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
     6   */
     7  
     8  package conn
     9  
    10  func (s *StdNetBind) SetMark(mark uint32) error {
    11  	return nil
    12  }