mirror of
https://github.com/yggdrasil-network/water.git
synced 2025-05-19 16:35:10 +03:00
doc.go
This commit is contained in:
parent
ae9992abd1
commit
1f89aa80c3
2 changed files with 4 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue