summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_packet_creator.h
Commit message (Expand)AuthorAgeFilesLines
* Land recent QUIC changes.rch@chromium.org2013-02-031-14/+29
* Added QuicBandwidth classrch@chromium.org2013-01-231-0/+2
* Cleaning up constructors for QuicData, QuicPacket and QuicEncryptedPacket to ...rch@chromium.org2013-01-181-26/+28
* Queueing QUIC frames to be resent instead of packets and packing RST frames w...rch@chromium.org2013-01-171-11/+8
* Change to queue the ack and control frames, instead of serializing them immed...rch@chromium.org2012-12-221-5/+4
* Merge recent QUIC changes.rch@chromium.org2012-12-181-2/+3
* Move the CongestionInfo struct to a QuicCongestionFeedbackFrame.rch@chromium.org2012-12-131-0/+2
* killing off the QUIC config option for sending fin in a separate packet: we c...rch@chromium.org2012-12-131-5/+0
* Handling backup! Sorta...rch@chromium.org2012-12-131-6/+18
* Clean up a whole raft of differences in QUIC code between the internal and Ch...rch@chromium.org2012-11-131-0/+1
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-101-0/+4
* Revert 167074 - Change from re-transmitting an packet with a retransmit numbe...kinuko@chromium.org2012-11-101-4/+0
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-101-0/+4
* Add QuicPacketCreator and QuicFecGroup.rch@chromium.org2012-10-231-0/+93