From 8421d6d15ce540b8cf9a7c0aee816087008578be Mon Sep 17 00:00:00 2001 From: Song Gao Date: Wed, 17 May 2017 12:00:30 -0700 Subject: [PATCH] Add water, a simple TUN/TAP library. (#513) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2749d03..fc23c12b 100644 --- a/README.md +++ b/README.md @@ -801,6 +801,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [sslb](https://github.com/eduardonunesp/sslb) - It's a Super Simples Load Balancer, just a little project to achieve some kind of performance. * [tcp_server](https://github.com/firstrow/tcp_server) - A Go library for building tcp servers faster. * [utp](https://github.com/anacrolix/utp) - Go uTP micro transport protocol implementation. +* [water](https://github.com/songgao/water) - A simple TUN/TAP library * [winrm](https://github.com/masterzen/winrm) - A Go WinRM client to remotely execute commands on Windows machines * [xtcp](https://github.com/xfxdev/xtcp) - A TCP Server Framework with simultaneous full duplex communication,graceful shutdown,custom protocol.