commit | 9a5b307ef67e222ddb838afe9994a37a3b0225f1 | [log] [tgz] |
---|---|---|
author | Jungho Ahn <jhahn@google.com> | Tue Feb 24 13:59:25 2015 -0800 |
committer | Jungho Ahn <jhahn@google.com> | Tue Feb 24 13:59:30 2015 -0800 |
tree | 3e19985c185220b4e8ac3291e5cc853a9d81dee5 | |
parent | 17548e175df53ebaec89f412e832c3848c891430 [diff] |
TBR veyron/runtimes/google/ipc/stream/fix: fix a bug in vif cache Currently, vifs are cached with the actual protocol not with a client specified protocol. E.g., vif with "wsh" are cached with "tcp" or "ws". So we cannot find a vif with "wsh" causing unncessary vif creation. There is also a similar problem with v4 and v6 protocols. This CL addresses this issue. MultiPart: 1/2 Change-Id: Id37854ff1c7b515e19bb377b1b9d1e9cc130f178