1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-19 03:34:31 -04:00
v2fly/transport/transport.go
2016-06-02 20:52:52 +02:00

10 lines
114 B
Go

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