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

Unified Diff: net/tools/quic/quic_socket_utils.h

Issue 786123002: Update from https://crrev.com/307330 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 | « net/tools/quic/quic_server_session_test.cc ('k') | net/tools/quic/quic_socket_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_socket_utils.h
diff --git a/net/tools/quic/quic_socket_utils.h b/net/tools/quic/quic_socket_utils.h
index 41d3b93ce51fcc99fd4ff348f2a51dff06302758..2c8fe43734925c93c6f4fafb4a10486ec331cfbd 100644
--- a/net/tools/quic/quic_socket_utils.h
+++ b/net/tools/quic/quic_socket_utils.h
@@ -24,12 +24,12 @@ class QuicSocketUtils {
// If the msghdr contains IP_PKTINFO or IPV6_PKTINFO, this will return the
// IPAddressNumber in that header. Returns an uninitialized IPAddress on
// failure.
- static IPAddressNumber GetAddressFromMsghdr(struct msghdr *hdr);
+ static IPAddressNumber GetAddressFromMsghdr(struct msghdr* hdr);
// If the msghdr contains an SO_RXQ_OVFL entry, this will set dropped_packets
// to the correct value and return true. Otherwise it will return false.
- static bool GetOverflowFromMsghdr(struct msghdr *hdr,
- QuicPacketCount *dropped_packets);
+ static bool GetOverflowFromMsghdr(struct msghdr* hdr,
+ QuicPacketCount* dropped_packets);
// Sets either IP_PKTINFO or IPV6_PKTINFO on the socket, based on
// address_family. Returns the return code from setsockopt.
« no previous file with comments | « net/tools/quic/quic_server_session_test.cc ('k') | net/tools/quic/quic_socket_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698