Skip to content

Commit 851fcf5

Browse files
committed
Add comment
1 parent 90a39cc commit 851fcf5

File tree

1 file changed

+1
-0
lines changed
  • internal/client/handlers

1 file changed

+1
-0
lines changed

internal/client/handlers/tun.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ func forwardUDP(tunstats *stat) func(request *udp.ForwarderRequest) bool {
268268
tunstats.udp.failures.Add(1)
269269

270270
log.Println("[+] failed to create endpoint for udp: ", iperr)
271+
// always return true as we "handled" the request
271272
return true
272273
}
273274

0 commit comments

Comments
 (0)