mirror of
https://github.com/fumiama/water.git
synced 2026-06-06 02:30:29 +08:00
doc.go
This commit is contained in:
2
doc.go
Normal file
2
doc.go
Normal 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
2
waterutil/doc.go
Normal 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
|
||||
Reference in New Issue
Block a user