Song Gao 12 년 전
부모
커밋
1f89aa80c3
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      doc.go
  2. 2 0
      waterutil/doc.go

+ 2 - 0
doc.go

@@ -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 - 0
waterutil/doc.go

@@ -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