summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_connection.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement TCP congestion control classes in QUIC.rch@chromium.org2012-12-071-2/+2
* * Enhance the ack loggingrch@chromium.org2012-12-071-25/+133
* Adding transmission times for every QUIC packet received in the AckFrame.rch@chromium.org2012-12-051-57/+12
* Revert 171096rch@chromium.org2012-12-051-12/+57
* Adding transmission times for every QUIC packet received in the AckFrame.rch@chromium.org2012-12-051-57/+12
* Implement QuicConnectionHelper::WritePacketToWire()rch@chromium.org2012-11-141-0/+5
* Clean up a whole raft of differences in QUIC code between the internal and Ch...rch@chromium.org2012-11-131-17/+17
* Remove transmission time from QuicPacketHeader. It will be moving into an ack...rch@chromium.org2012-11-111-3/+0
* QuicTime integrationrch@chromium.org2012-11-111-36/+30
* Clean up style in QuicConnection, et. al. as per Chrome commentsrch@chromium.org2012-11-111-12/+14
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-101-43/+56
* Revert 167074 - Change from re-transmitting an packet with a retransmit numbe...kinuko@chromium.org2012-11-101-56/+43
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-101-43/+56
* Switching around the order of operations so that when the connection informs ...rch@chromium.org2012-11-081-2/+2
* Fix uninitialized variable in QuicConnection::OnPacketComplete used in loggin...rch@chromium.org2012-11-051-3/+5
* Add QuicConnection and MockQuicConnectionHelper.rch@chromium.org2012-11-021-0/+594