Index: net/tools/quic/quic_client_session.h |
diff --git a/net/tools/quic/quic_client_session.h b/net/tools/quic/quic_client_session.h |
index f51aeeaff1bd684e903b5181a9033301de8339c5..a73d721fef636b6b217c738d73bb9f24da44cd01 100644 |
--- a/net/tools/quic/quic_client_session.h |
+++ b/net/tools/quic/quic_client_session.h |
@@ -39,6 +39,11 @@ class QuicClientSession : public QuicSession { |
// handshake is started successfully. |
bool CryptoConnect(); |
+ // Returns the number of client hello messages that have been sent on the |
+ // crypto stream. If the handshake has completed then this is one greater |
+ // than the number of round-trips needed for the handshake. |
+ int GetNumSentClientHellos() const; |
+ |
protected: |
// QuicSession methods: |
virtual ReliableQuicStream* CreateIncomingReliableStream( |