OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_tcp_fastopen_enabled
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/socket/
tcp_client_socket.cc
9
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/
tcp_socket.cc
47
bool
g_tcp_fastopen_enabled
= false;
member in namespace:net::__anon9369
52
g_tcp_fastopen_enabled
= value && SystemSupportsTCPFastOpen();
56
return
g_tcp_fastopen_enabled
;
Completed in 143 milliseconds