Searched refs:g_tcp_fastopen_enabled (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/socket/
H A Dtcp_client_socket.cc9 static bool g_tcp_fastopen_enabled = false; member in namespace:net
12 g_tcp_fastopen_enabled = value;
16 return g_tcp_fastopen_enabled;
/external/chromium_org/net/socket/
H A Dtcp_client_socket.cc49 static bool g_tcp_fastopen_enabled = false; member in namespace:net
52 g_tcp_fastopen_enabled = value && SystemSupportsTCPFastOpen();
56 return g_tcp_fastopen_enabled;

Completed in 94 milliseconds