summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_win.h
diff options
context:
space:
mode:
authormbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-26 18:29:29 +0000
committermbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-26 18:29:29 +0000
commit7f7e9239652bbb552bd5ea62d9702edfcf86528c (patch)
tree1b64094581e7cf5f084bc456acf933b871eea4b6 /net/socket/tcp_client_socket_win.h
parent35011c75172bd9085890021da04027925b09addd (diff)
downloadchromium_src-7f7e9239652bbb552bd5ea62d9702edfcf86528c.zip
chromium_src-7f7e9239652bbb552bd5ea62d9702edfcf86528c.tar.gz
chromium_src-7f7e9239652bbb552bd5ea62d9702edfcf86528c.tar.bz2
Add experimental option for TCP FastOpen.
Use chrome.exe --enable-tcp-fastopen BUG=none TEST=none yet Review URL: http://codereview.chromium.org/4039003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63913 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/tcp_client_socket_win.h')
-rw-r--r--net/socket/tcp_client_socket_win.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/socket/tcp_client_socket_win.h b/net/socket/tcp_client_socket_win.h
index 5d560d6..cd6b066 100644
--- a/net/socket/tcp_client_socket_win.h
+++ b/net/socket/tcp_client_socket_win.h
@@ -40,6 +40,7 @@ class TCPClientSocketWin : public ClientSocket, NonThreadSafe {
virtual void SetSubresourceSpeculation();
virtual void SetOmniboxSpeculation();
virtual bool WasEverUsed() const;
+ virtual bool UsingTCPFastOpen() const;
// Socket methods:
// Multiple outstanding requests are not supported.