/third_party/libwebsockets/READMEs/ |
D | README.tcp_fastopen.md | 1 # `TCP_FASTOPEN` support in lws 3 Lws supports enabling TCP_FASTOPEN oper-vhost for listen sockets. 14 ## Enabling Linux for serving with TCP_FASTOPEN 16 To configure the kernel for listening socket TCP_FASTOPEN, you need 22 ## Enabling BSD for serving with TCP_FASTOPEN 27 ## Enabling Windows for serving with TCP_FASTOPEN
|
/third_party/ltp/include/lapi/ |
D | tcp.h | 11 #ifndef TCP_FASTOPEN 12 # define TCP_FASTOPEN 23 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | tcp.h | 27 #define TCP_FASTOPEN 23 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | tcp.h | 27 #define TCP_FASTOPEN 23 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | tcp.h | 27 #define TCP_FASTOPEN 23 macro
|
/third_party/musl/ndk_musl_include/netinet/ |
D | tcp.h | 27 #define TCP_FASTOPEN 23 macro
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | tcp.h | 27 #define TCP_FASTOPEN 23 macro
|
/third_party/musl/include/netinet/ |
D | tcp.h | 27 #define TCP_FASTOPEN 23 macro
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | daemon.c | 87 #ifdef TCP_FASTOPEN 3290 #ifdef TCP_FASTOPEN in parse_options_va() 3590 #ifndef TCP_FASTOPEN in MHD_start_daemon_va() 3968 #ifdef TCP_FASTOPEN in MHD_start_daemon_va() 3974 IPPROTO_TCP, TCP_FASTOPEN, in MHD_start_daemon_va() 4724 #ifdef TCP_FASTOPEN in MHD_is_feature_supported()
|
D | internal.h | 1294 #ifdef TCP_FASTOPEN
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 342 #if defined(WIN32) && defined(TCP_FASTOPEN) in _lws_vhost_init_server_af() 346 TCP_FASTOPEN, in _lws_vhost_init_server_af() 354 #if defined(TCP_FASTOPEN) in _lws_vhost_init_server_af() 358 if (setsockopt(wsi->desc.sockfd, SOL_TCP, TCP_FASTOPEN, in _lws_vhost_init_server_af()
|
/third_party/ltp/testcases/network/netstress/ |
D | netstress.c | 697 SAFE_SETSOCKOPT_INT(sfd, IPPROTO_TCP, TCP_FASTOPEN, in server_init()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 925 TCP_FASTOPEN
|
D | freebsd.txt | 1172 TCP_FASTOPEN
|
D | apple.txt | 1350 TCP_FASTOPEN
|
D | linux.txt | 2600 TCP_FASTOPEN
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0b2.rst | 238 socket: Remove TCP_FASTOPEN,TCP_KEEPCNT,TCP_KEEPIDLE,TCP_KEEPINTVL flags on
|
D | 3.6.5rc1.rst | 316 socket: Remove TCP_FASTOPEN, TCP_KEEPCNT flags on older version Windows
|
/third_party/nghttp2/src/ |
D | shrpx.cc | 155 # ifndef TCP_FASTOPEN 156 # define TCP_FASTOPEN 23 macro 982 if (setsockopt(fd, SOL_TCP, TCP_FASTOPEN, &val, in create_tcp_server_socket()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1006 pub const TCP_FASTOPEN: ::c_int = 23; constant
|
/third_party/python/Modules/ |
D | socketmodule.c | 8187 #ifdef TCP_FASTOPEN 8188 PyModule_AddIntMacro(m, TCP_FASTOPEN);
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd.texi | 552 Enable TCP_FASTOPEN on the listen socket. TCP_FASTOPEN is currently
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 2917 pub const TCP_FASTOPEN: ::c_int = 1025; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2749 pub const TCP_FASTOPEN: ::c_int = 23; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1642 pub const TCP_FASTOPEN: u32 = 23; constant
|