summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_packet_creator.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the CongestionInfo struct to a QuicCongestionFeedbackFrame.rch@chromium.org2012-12-131-0/+13
* killing off the QUIC config option for sending fin in a separate packet: we c...rch@chromium.org2012-12-131-7/+3
* Handling backup! Sorta...rch@chromium.org2012-12-131-13/+29
* Remove transmission time from QuicPacketHeader. It will be moving into an ack...rch@chromium.org2012-11-111-2/+0
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-101-8/+12
* Revert 167074 - Change from re-transmitting an packet with a retransmit numbe...kinuko@chromium.org2012-11-101-12/+8
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-101-8/+12
* Add QuicPacketCreator and QuicFecGroup.rch@chromium.org2012-10-231-0/+185