MCPcopy
hub / github.com/monasticacademy/httptap / Write

Method Write

mux.go:162–162  ·  view source on GitHub ↗

write a UDP packet back to the subprocess

(payload []byte)

Source from the content-addressed store, hash-verified

160type udpResponder interface {
161 // write a UDP packet back to the subprocess
162 Write(payload []byte) (n int, err error)
163}
164
165// tcpListener implements net.Listener for connections dispatched by a mux

Callers 13

ReadMethod · 0.65
WriteMethod · 0.65
proxyHTTPSchemeFunction · 0.65
proxyBytesFunction · 0.65
handleDNSFunction · 0.65
copyToDeviceFunction · 0.65
WriteMethod · 0.65
WriteMethod · 0.65
MainFunction · 0.65
MainFunction · 0.65
WriteMethod · 0.65
WriteMethod · 0.65

Implementers 7

tcpStreamtcp.go
endpointWriterexperiments/gvisor-intercept/intercept
endpointWriterexperiments/tun2socks/tun2socks-experi
endpointWriterexperiments/gvisor-echo/echo.go
FileStreamexperiments/goproxy/goproxy-experiment

Calls

no outgoing calls

Tested by

no test coverage detected