commit | 97a790df7844815c8e36764bf0102e09b13ac145 | [log] [tgz] |
---|---|---|
author | Suharsh Sivakumar <suharshs@google.com> | Wed Jul 29 16:51:15 2015 -0700 |
committer | Suharsh Sivakumar <suharshs@google.com> | Wed Jul 29 16:51:18 2015 -0700 |
tree | 6c484d88215ebee8896f338994ee38ee66e9e93a | |
parent | aafbd0bb9b28557accd49d4312ccd30f726b7313 [diff] |
runtime/internal/flow/manager: Add a framer struct that wraps net.Conn. This cl adds a framer struct that adds 3 bytes of framing to a net.Conn. Eventually we plan to conditionally frame based on protocol, i.e. we don't need our own framing for websocket. Change-Id: Ie0b7f76ee4a180659da25f9e069e868362bfedd0
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.