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

Unified Diff: net/curvecp/client_packetizer.h

Issue 10309002: Reimplements net::AddressList without struct addrinfo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing NET_EXPORT to *PortOnAddressList. Created 8 years, 8 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/curvecp/client_packetizer.h
diff --git a/net/curvecp/client_packetizer.h b/net/curvecp/client_packetizer.h
index 121446328371a0d53c6421262803bfe50d500d9c..521bee0f5c7872e6db0041d028e82b958b2ba243 100644
--- a/net/curvecp/client_packetizer.h
+++ b/net/curvecp/client_packetizer.h
@@ -85,7 +85,7 @@ class ClientPacketizer : public Packetizer {
Packetizer::Listener* listener_;
CompletionCallback user_callback_;
AddressList addresses_;
- const struct addrinfo* current_address_;
+ size_t current_address_index_;
int hello_attempts_; // Number of attempts to send a Hello Packet.
bool initiate_sent_; // Indicates whether the Initiate Packet was sent.

Powered by Google App Engine
This is Rietveld 408576698