recycler interface

pull/314/head
Darien Raymond 8 years ago
parent b3c5b6b8a2
commit b2e084c78c
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -8,6 +8,10 @@ import (
"v2ray.com/core/common/signal" "v2ray.com/core/common/signal"
) )
type ConnectionRecyler interface {
Put(ConnectionId, net.Conn)
}
type ConnectionId struct { type ConnectionId struct {
Local v2net.Address Local v2net.Address
Remote v2net.Address Remote v2net.Address

Loading…
Cancel
Save