jphackworth / kestrel

Ideas for a new implementation of cjdns
Apache License 2.0
8 stars 2 forks source link

Need tuntap package that can provide IPv6 reading/writing interface #7

Open jphackworth opened 9 years ago

jphackworth commented 9 years ago

It looks like there isn't any tuntap package for Golang that has significant support for reading/writing IPv6 packets.

Note to self - look at go-packet.

jphackworth commented 9 years ago

http://godoc.org/code.google.com/p/gopacket looks promising.