Updated comment

This commit is contained in:
perp 2024-07-09 18:14:27 +01:00
parent 672f2d0ae6
commit f42935ac21

View File

@ -24,7 +24,7 @@ func New(options *Options) *Runner {
Timeout: time.Second * time.Duration(options.Timeout),
}
// Detect UDP
// Check UDP
if options.UDP {
client.Net = "udp"
}