github.com/sagernet/sing@v0.2.6/common/control/mark_other.go (about)

     1  //go:build !linux
     2  
     3  package control
     4  
     5  func RoutingMark(mark int) Func {
     6  	return nil
     7  }