Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(942)

Unified Diff: net/spdy/spdy_session_pool.h

Issue 7349023: Changed SPDY's ip connection pooling logic to only add the used IP, (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/spdy/spdy_session_pool.h
===================================================================
--- net/spdy/spdy_session_pool.h (revision 92863)
+++ net/spdy/spdy_session_pool.h (working copy)
@@ -163,8 +163,8 @@
bool LookupAddresses(const HostPortProxyPair& pair,
AddressList* addresses) const;
- // Add a set of |addresses| as IP-equivalent addresses for |pair|.
- void AddAliases(const AddressList& addresses, const HostPortProxyPair& pair);
+ // Add |endpoint| as an IP-equivalent address for |pair|.
wtc 2011/07/19 22:12:36 |endpoint| => |address|
ramant (doing other things) 2011/07/25 23:36:06 Done.
+ void AddAlias(const addrinfo* address, const HostPortProxyPair& pair);
// Remove all aliases for |pair| from the aliases table.
void RemoveAliases(const HostPortProxyPair& pair);

Powered by Google App Engine
This is Rietveld 408576698