MCPcopy Index your code
hub / github.com/tailscale/tailscale / HandleConn

Method HandleConn

drive/local.go:28–28  ·  view source on GitHub ↗

HandleConn handles connections from local WebDAV clients

(conn net.Conn, remoteAddr net.Addr)

Source from the content-addressed store, hash-verified

26type FileSystemForLocal interface {
27 // HandleConn handles connections from local WebDAV clients
28 HandleConn(conn net.Conn, remoteAddr net.Addr) error
29
30 // SetRemotes sets the complete set of remotes on the given tailnet domain
31 // using a map of name -> url. If transport is specified, that transport

Callers 6

HandleSSHConnMethod · 0.65
TestSSHFunction · 0.65
handleDriveConnMethod · 0.65
newSystemFunction · 0.65
HandleConnMethod · 0.65
TestConnListenerFunction · 0.65

Implementers 1

FileSystemForLocaldrive/driveimpl/local_impl.go

Calls

no outgoing calls

Tested by 3

TestSSHFunction · 0.52
newSystemFunction · 0.52
TestConnListenerFunction · 0.52