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