initial commit
This commit is contained in:
19
server/handler/ssu/metadata.go
Normal file
19
server/handler/ssu/metadata.go
Normal file
@ -0,0 +1,19 @@
|
||||
package ss
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/shadowsocks/go-shadowsocks2/core"
|
||||
)
|
||||
|
||||
const (
|
||||
method = "method"
|
||||
password = "password"
|
||||
key = "key"
|
||||
readTimeout = "readTimeout"
|
||||
)
|
||||
|
||||
type metadata struct {
|
||||
cipher core.Cipher
|
||||
readTimeout time.Duration
|
||||
}
|
Reference in New Issue
Block a user