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

Method CloseWrite

wgengine/netstack/netstack.go:1700–1700  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1698type tcpCloser interface {
1699 CloseRead() error
1700 CloseWrite() error
1701}
1702
1703func (ns *Impl) forwardTCP(getClient func(...tcpip.SettableSocketOption) *gonet.TCPConn, clientRemoteIP netip.Addr, wq *waiter.Queue, dialAddr netip.AddrPort, isLocal bool) (handled bool) {

Callers 1

forwardTCPMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected