Commit Graph

1 Commits (1c29e59082544c928e7c0150b3cbc5d5c73c8cf8)

Author SHA1 Message Date
Ben Johnson 9b08fadaa9 Add tcp.Mux.
This commit adds tcp.Mux which multiplexes connections over TCP using
the first byte as the header byte. Users can listen to the muxer
using mux.Listen(hdr) and obtain a net.Listener.
2015-06-05 10:30:35 -06:00