We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcef787 commit 4f8b70cCopy full SHA for 4f8b70c
listener/tproxy/udp.go
@@ -76,6 +76,7 @@ func NewUDP(addr string, tunnel C.Tunnel, additions ...inbound.Addition) (*UDPLi
76
77
rAddr, err := getOrigDst(oob[:oobn])
78
if err != nil {
79
+ pool.Put(buf)
80
continue
81
}
82
0 commit comments