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 c5c0e0e commit 978de9aCopy full SHA for 978de9a
agent/agentssh/jetbrainstrack.go
@@ -19,6 +19,9 @@ type localForwardChannelData struct {
19
OriginPort uint32
20
}
21
22
+// ChannelAcceptWatcher is used to track jetbrains port forwarding (gateway)
23
+// connections. If the port forward is something other than jetbrains, this
24
+// struct is a noop.
25
type ChannelAcceptWatcher struct {
26
gossh.NewChannel
27
jetbrainsCounter *atomic.Int64
0 commit comments