1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-03 04:25:23 +00:00
v2fly/transport/transport.go
2016-06-11 02:05:29 +02:00

10 lines
113 B
Go

package transport
var (
connectionReuse = true
)
func IsConnectionReusable() bool {
return connectionReuse
}