heistp / irtt

Isochronous Round-Trip Tester
GNU General Public License v2.0
190 stars 23 forks source link

allow IPv6 addresses without brackets #29

Open heistp opened 3 years ago

heistp commented 3 years ago

Currently, we require brackets around IPv6 addresses to distinguish them from the port. This comes from Go's net.Dial(), but external tools might not expect this, and we could be more "liberal with what we accept". If the address looks like an IPv6 address, we should surround it with brackets automatically.