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

Unified Diff: net/base/net_log_event_type_list.h

Issue 11567031: [net/dns] Handle TC bit on DNS response in DnsTransaction. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: respond to 2nd review Created 8 years 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
« no previous file with comments | « no previous file | net/dns/dns_response.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_log_event_type_list.h
diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h
index 776efd216a067fe6c166e04603390c90a1d47a29..54697a2115f7c5eb4b5c11e8237f05f77edcffaa 100644
--- a/net/base/net_log_event_type_list.h
+++ b/net/base/net_log_event_type_list.h
@@ -1399,6 +1399,17 @@ EVENT_TYPE(DNS_TRANSACTION_QUERY)
// }
EVENT_TYPE(DNS_TRANSACTION_ATTEMPT)
+// This event is created when DnsTransaction creates a new TCP socket and
+// tries to resolve the fully-qualified name.
+//
+// It has a single parameter:
+//
+// {
+// "source_dependency": <Source id of the TCP socket created for the
+// attempt>,
+// }
+EVENT_TYPE(DNS_TRANSACTION_TCP_ATTEMPT)
+
// This event is created when DnsTransaction receives a matching response.
//
// It has the following parameters:
« no previous file with comments | « no previous file | net/dns/dns_response.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698