summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_connection.h
Commit message (Expand)AuthorAgeFilesLines
* Cleaning up constructors for QuicData, QuicPacket and QuicEncryptedPacket to ...rch@chromium.org2013-01-181-43/+60
* Queueing QUIC frames to be resent instead of packets and packing RST frames w...rch@chromium.org2013-01-171-11/+20
* Changing QUIC ack logic to match TCP (with the exception of the fixed RTO) by...rch@chromium.org2013-01-171-10/+19
* Optimization of the RTO ack logic: respect the RTO for truncated acks if this...rch@chromium.org2013-01-151-2/+2
* Ignoring (and pushing back) the RTO alarm if we're getting truncated acks in ...rch@chromium.org2013-01-151-5/+13
* Fixing nits from Chrome review 11446029.rch@chromium.org2013-01-121-3/+4
* Handling partial writes and fin-only writes in QUIC.rch@chromium.org2013-01-111-6/+10
* Change to queue the ack and control frames, instead of serializing them immed...rch@chromium.org2012-12-221-1/+14
* Move all test Peer classes to the test namespace. Move the QuicConnectionPeer...rch@chromium.org2012-12-221-1/+5
* In the comment for WritePacketToWire, change "errno" to "thewtc@chromium.org2012-12-221-2/+3
* Add the GetRandomGenerator() method to QuicConnectionHelperInterfacewtc@chromium.org2012-12-221-0/+6
* Merge recent QUIC changes.rch@chromium.org2012-12-181-4/+4
* Move the CongestionInfo struct to a QuicCongestionFeedbackFrame.rch@chromium.org2012-12-131-0/+3
* Handling backup! Sorta...rch@chromium.org2012-12-131-0/+9
* Incremental improvement to our Ack logic: if we resend a bunch of packets, se...rch@chromium.org2012-12-121-0/+3
* Add a factory for creating QuicHttpStream objects from an internal collection...rch@chromium.org2012-12-121-1/+4
* * Enhance the ack loggingrch@chromium.org2012-12-071-1/+19
* Make QuicConnectionHelper::GetClock() const and return a const QuicClock *.rch@chromium.org2012-11-161-2/+2
* Clean up a whole raft of differences in QUIC code between the internal and Ch...rch@chromium.org2012-11-131-11/+6
* QuicTime integrationrch@chromium.org2012-11-111-8/+12
* Clean up style in QuicConnection, et. al. as per Chrome commentsrch@chromium.org2012-11-111-26/+26
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-101-7/+12
* Revert 167074 - Change from re-transmitting an packet with a retransmit numbe...kinuko@chromium.org2012-11-101-12/+7
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-101-7/+12
* Add QuicConnection and MockQuicConnectionHelper.rch@chromium.org2012-11-021-0/+311