summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland of net: merge two versions of SetTCPNoDelay() function into one (patch...tfarina2016-03-011-0/+29
* Revert of net: merge two versions of SetTCPNoDelay() function into one (patch...nektar2016-03-011-29/+0
* net: merge DisableNagle() with two other SetTCPNoDelay() implementationstfarina2016-02-271-0/+29
* Plumbing for TCP FastOpen for SSL sockets.jri2014-09-121-83/+0
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-041-1/+1
* Refactor tcp socket.byungchul@chromium.org2014-07-091-0/+1
* Avoid error in debug builds with TCP FastOpenricea@chromium.org2014-04-301-12/+35
* Adding Fast Open sysctl check for Androidjri@google.com2014-04-241-1/+1
* POSIX only: Move client socket functionality from TCPClientSocket into TCPSoc...yzshen@chromium.org2013-09-181-0/+59