mirror of
https://github.com/yggdrasil-network/water.git
synced 2025-05-20 00:45:09 +03:00
4 lines
202 B
Go
4 lines
202 B
Go
// Package water is a simple TUN/TAP interface library that efficiently works
|
|
// with standard packages like io, bufio, etc.. Use waterutil with it to work
|
|
// with TUN/TAP packets/frames.
|
|
package water
|