Optimization: use client session cache for TLS connection (#26)
This commit is contained in:
@ -72,6 +72,7 @@ func NewVmess(option VmessOption) (*Vmess, error) {
|
||||
NetWork: option.Network,
|
||||
WebSocketPath: option.WSPath,
|
||||
SkipCertVerify: option.SkipCertVerify,
|
||||
SessionCacahe: getClientSessionCache(),
|
||||
})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user