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

Unified Diff: net/quic/core/quic_packet_creator.h

Issue 2322233004: Landing Recent QUIC changes until Sun Sep 4 03:41:00 (Closed)
Patch Set: Remove simulation files from the build. Created 4 years, 3 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 | « net/quic/core/quic_flow_controller.cc ('k') | net/quic/core/quic_packet_creator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_packet_creator.h
diff --git a/net/quic/core/quic_packet_creator.h b/net/quic/core/quic_packet_creator.h
index a3a1415ab169026926cb651f537e9029b7904798..eb0c0fc47f42fc2cea47dc7cc205ee7a10fb7591 100644
--- a/net/quic/core/quic_packet_creator.h
+++ b/net/quic/core/quic_packet_creator.h
@@ -115,18 +115,16 @@ class NET_EXPORT_PRIVATE QuicPacketCreator {
// to further process the SerializedPacket.
void Flush();
- // Optimized method to create a QuicStreamFrame, serialize it, and encrypt it
- // into |encrypted_buffer|. Adds the QuicStreamFrame to the returned
- // SerializedPacket. Sets |num_bytes_consumed| to the number of bytes
- // consumed to create the QuicStreamFrame.
+ // Optimized method to create a QuicStreamFrame and serialize it. Adds the
+ // QuicStreamFrame to the returned SerializedPacket. Sets
+ // |num_bytes_consumed| to the number of bytes consumed to create the
+ // QuicStreamFrame.
void CreateAndSerializeStreamFrame(QuicStreamId id,
const QuicIOVector& iov,
QuicStreamOffset iov_offset,
QuicStreamOffset stream_offset,
bool fin,
QuicAckListenerInterface* listener,
- char* encrypted_buffer,
- size_t encrypted_buffer_len,
size_t* num_bytes_consumed);
// Returns true if there are frames pending to be serialized.
« no previous file with comments | « net/quic/core/quic_flow_controller.cc ('k') | net/quic/core/quic_packet_creator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698