devsisters / goquic

QUIC support for Go
http://devsisters.github.io/goquic/
BSD 3-Clause "New" or "Revised" License
944 stars 100 forks source link

goquic only listen to UDP4 not UDP6 #52

Open Dexus opened 7 years ago

Dexus commented 7 years ago

as of https://github.com/devsisters/goquic/blob/master/server.go#L84 it use only udp4...

see devsisters/goquic#51