MCPcopy
hub / github.com/coyove/goflyway / Close

Method Close

proxy/udp.go:310–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308}
309
310func (c *udpBridgeConn) Close() error {
311 c.closed = true
312 return c.UDPConn.Close()
313}
314
315func (proxy *ProxyClient) handleUDPtoTCP(relay *net.UDPConn, client net.Conn) {
316 defer relay.Close()

Callers 15

DialWithFDFunction · 0.45
ServeHTTPMethod · 0.45
AcceptMethod · 0.45
manInTheMiddleMethod · 0.45
handleUDPtoTCPMethod · 0.45
protectFDFunction · 0.45
sendTrafficStatsFunction · 0.45
tryCloseFunction · 0.45
dialUpstreamMethod · 0.45
dialUpstreamAndBridgeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected