Merge pull request #492 from StabbyCutyou/add-buffstreams

Adding in Buffstreams - Streaming protobuffs message data over TCP ma…
This commit is contained in:
Matt Holt 2015-07-28 07:25:22 -06:00
commit db8f88ef34

View File

@ -477,6 +477,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for working with various layers of the network*
* [buffstreams](https://github.com/stabbycutyou/buffstreams) - Streaming protocolbuffer data over TCP made easy
* [dns](https://github.com/miekg/dns) - Go library for working with DNS
* [ftp](https://github.com/jlaffaye/ftp) - Package ftp implements a FTP client as described in [RFC 959](http://tools.ietf.org/html/rfc959).
* [gopacket](https://github.com/google/gopacket) - A Go library for packet processing with libpacp bindings