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

Unified Diff: trunk/src/net/tools/quic/quic_epoll_connection_helper_test.cc

Issue 16374004: Revert 204046 "Land Recent QUIC changes." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 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
« no previous file with comments | « trunk/src/net/tools/quic/quic_dispatcher.cc ('k') | trunk/src/net/tools/quic/quic_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/net/tools/quic/quic_epoll_connection_helper_test.cc
===================================================================
--- trunk/src/net/tools/quic/quic_epoll_connection_helper_test.cc (revision 204061)
+++ trunk/src/net/tools/quic/quic_epoll_connection_helper_test.cc (working copy)
@@ -124,8 +124,8 @@
const char buffer[] = "foo";
const size_t packet_size =
- GetPacketHeaderSize(PACKET_8BYTE_GUID, kIncludeVersion,
- PACKET_6BYTE_SEQUENCE_NUMBER, NOT_IN_FEC_GROUP) +
+ GetPacketHeaderSize(
+ PACKET_8BYTE_GUID, kIncludeVersion, NOT_IN_FEC_GROUP) +
QuicFramer::GetMinStreamFrameSize() + arraysize(buffer) - 1;
EXPECT_CALL(*send_algorithm_,
SentPacket(_, 1, packet_size, NOT_RETRANSMISSION));
« no previous file with comments | « trunk/src/net/tools/quic/quic_dispatcher.cc ('k') | trunk/src/net/tools/quic/quic_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698