commit | d9cb83011d0ce3eceab630464cb0054b139e8bfc | [log] [tgz] |
---|---|---|
author | Suharsh Sivakumar <suharshs@google.com> | Fri Sep 04 13:35:11 2015 -0700 |
committer | Suharsh Sivakumar <suharshs@google.com> | Fri Sep 04 13:35:11 2015 -0700 |
tree | 34952807f7d78708e6c4c81b9cd17670516f6f61 | |
parent | 4b49751d4b896f7dbd0b90b4be3a250392ab5b3c [diff] |
runtime/internal/flow/manager: Add InsertWithRoutingID to connCache. (1) Proxied flows are just cached by RoutingID now instead of network/address. This is because the network/address associated with a proxied doesn't refer to the end connection. (2) Accepted flows are just cached by RoutingID now instead of network/address. This is because the RoutingID is sufficient to reuse made connections for bidirectional rpc. Change-Id: I8838ce20b33e3da54712110c94467d89724c1a59
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.