This commit is contained in:
Song Gao 2013-03-26 08:42:37 -05:00
parent ae9992abd1
commit 1f89aa80c3
2 changed files with 4 additions and 0 deletions

2
doc.go Normal file
View file

@ -0,0 +1,2 @@
// Package water is a simple TUN/TAP library. It efficiently works with standard packages like io, bufio, etc..
package water

2
waterutil/doc.go Normal file
View file

@ -0,0 +1,2 @@
// Package waterutil provides utility functions for interpreting MAC farme headers and IP packet headers. It defines some constants such as protocol numbers and ethernet frame types. Use waterutil along with package water to work with TUN/TAP interface data.
package waterutil