summaryrefslogtreecommitdiffstats
path: root/jingle/glue/pseudotcp_adapter.h
Commit message (Expand)AuthorAgeFilesLines
* Implement write-waits-for-send mode for PseudoTCP and enable it on the host s...sergeyu@chromium.org2012-04-061-0/+18
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-031-1/+2
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-4/+1
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-091-2/+0
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-081-0/+2
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-0/+2
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-0/+1
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-3/+3
* Add TCP configuration parameters for Transport API.sergeyu@chromium.org2011-09-061-1/+1
* PseudoTcp to expose settings of nagling and ACK delayhclam@chromium.org2011-06-301-0/+6
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+2
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-2/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+2
* Fix crash condition if caller deletes PseudoTcpAdaptor from within a callback.wez@chromium.org2011-05-251-40/+10
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-3/+3
* Implement PseudoTCP adapter.sergeyu@chromium.org2011-04-221-0/+95