We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c9609 commit dc7ae49Copy full SHA for dc7ae49
1 file changed
common/session/context.go
@@ -10,6 +10,9 @@ import (
10
"github.com/xtls/xray-core/features/routing"
11
)
12
13
+//go:linkname IndependentCancelCtx context.newCancelCtx
14
+func IndependentCancelCtx(parent context.Context) context.Context
15
+
16
const (
17
inboundSessionKey ctx.SessionKey = 1
18
outboundSessionKey ctx.SessionKey = 2
0 commit comments