mimoo / NoiseGo

An implementation of Noise in Go
41 stars 9 forks source link

UDP Support #3

Open andrew-d opened 6 years ago

andrew-d commented 6 years ago

Hi there!

Thanks a bunch for the library; I really like the interface that you've got here. However, the README says that you support UDP, however I don't believe that this is true. In particular, Conn doesn't implement PacketConn. It might be worth removing this from the README for now? Or, if you know how you would like to support this, I am happy to help implement.

Thanks!

mimoo commented 6 years ago

Hey thanks!

The README is definitely supposed to say TCP not UDP :D my bad.

I'm not sure how to support UDP but if you have any ideas we should def. do it!

mimoo commented 6 years ago

If anyone is interested in providing support for UDP I think it would be nice to start brainstorming some ideas. Things that look important: