github.com/sagernet/sing-box@v1.2.7/experimental/libbox/command.go (about) 1 package libbox 2 3 const ( 4 CommandLog int32 = iota 5 CommandStatus 6 CommandServiceStop 7 CommandServiceReload 8 CommandCloseConnections 9 )