Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailscale/tailscale
/ String
Method
String
derp/derpserver/derpserver.go:349–349 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
347
type
PacketForwarder
interface
{
348
ForwardPacket(src, dst key.NodePublic, payload []byte) error
349
String() string
350
}
351
352
var
packetsDropped = metrics.NewMultiLabelMap[dropReasonKindLabels](
Callers
15
init
Method · 0.65
ExampleServer_ignoreLogsSometimes
Function · 0.65
Example_tshello
Function · 0.65
TestListenSSH
Function · 0.65
TestConn
Function · 0.65
promMetricLabelsStr
Function · 0.65
sendData
Function · 0.65
TestUserMetricsByteCounters
Function · 0.65
TestTUN
Function · 0.65
TestListenPacket
Function · 0.65
TestListenTCP
Function · 0.65
TestListenTCPDualStack
Function · 0.65
Implementers
3
Client
derp/derphttp/derphttp_client.go
multiForwarder
derp/derpserver/derpserver.go
channelFwd
derp/derpserver/derpserver_test.go
Calls
no outgoing calls
Tested by
15
ExampleServer_ignoreLogsSometimes
Function · 0.52
Example_tshello
Function · 0.52
TestListenSSH
Function · 0.52
TestConn
Function · 0.52
promMetricLabelsStr
Function · 0.52
sendData
Function · 0.52
TestUserMetricsByteCounters
Function · 0.52
TestTUN
Function · 0.52
TestListenPacket
Function · 0.52
TestListenTCP
Function · 0.52
TestListenTCPDualStack
Function · 0.52
TestDialTCP
Function · 0.52