Steering connections to sockets with BPF socket lookup hook
Steering connections to sockets with BPF socket lookup hook Jakub Sitnicki, Cloudflare @jkbs0 @cloudflare October 28-29, 2020 Who am I? ● Software Engineer at Cloudflare Spectrum TCP/UDP reverse proxy0 码力 | 23 页 | 441.22 KB | 1 年前3waitress Documentation v1.4.0
accept a list of sockets that are already pre-bound rather than creating its own to allow for socket activation. Support for init systems/other systems that create said activated sockets is not included listen on multiple sockets, including IPv4 and IPv6. Instead of passing in a host/port combination you now provide waitress with a space delineated list, and it will create as many sockets as required. from patch. See: https://github.com/Pylons/waitress/issues/22 Add support for listening on Unix domain sockets. 0.8.3 (2013-04-28) Features Add an asyncore_loop_timeout adjustment value, which controls the0 码力 | 48 页 | 54.34 KB | 1 年前3waitress Documentation v1.3.1
also supported: [server:main] host = 127.0.0.1 port = 8080 The PasteDeploy syntax for UNIX domain sockets is analagous: [server:main] use = egg:waitress#main unix_socket = /path/to/unix.sock You can find unix_socket is not None. Default: '600' sockets A list of sockets. The sockets can be either Internet or UNIX sockets and have to be bound. Internet and UNIX sockets cannot be mixed. If the socket list is remote peer allowed to override various WSGI environment variables using proxy headers. For unix sockets, set this value to localhost instead of an IP address. Default: None trusted_proxy_count How many0 码力 | 95 页 | 249.32 KB | 1 年前3waitress Documentation v2.1.1
accept a list of sockets that are already pre-bound rather than creating its own to allow for socket activation. Support for init systems/other systems that create said activated sockets is not included listen on multiple sockets, including IPv4 and IPv6. Instead of passing in a host/port combination you now provide waitress with a space delineated list, and it will create as many sockets as required. from patch. See: https://github.com/Pylons/waitress/issues/22 Add support for listening on Unix domain sockets. 0.8.3 (2013-04-28) Features Add an asyncore_loop_timeout adjustment value, which controls the0 码力 | 53 页 | 58.27 KB | 1 年前3waitress Documentation v2.1.0
accept a list of sockets that are already pre-bound rather than creating its own to allow for socket activation. Support for init systems/other systems that create said activated sockets is not included listen on multiple sockets, including IPv4 and IPv6. Instead of passing in a host/port combination you now provide waitress with a space delineated list, and it will create as many sockets as required. from patch. See: https://github.com/Pylons/waitress/issues/22 Add support for listening on Unix domain sockets. 0.8.3 (2013-04-28) Features Add an asyncore_loop_timeout adjustment value, which controls the0 码力 | 52 页 | 57.95 KB | 1 年前3waitress Documentation v1.4.3
also supported: [server:main] host = 127.0.0.1 port = 8080 The PasteDeploy syntax for UNIX domain sockets is analagous: [server:main] use = egg:waitress#main unix_socket = /path/to/unix.sock You can find unix_socket is not None. Default: '600' sockets A list of sockets. The sockets can be either Internet or UNIX sockets and have to be bound. Internet and UNIX sockets cannot be mixed. If the socket list is remote peer allowed to override various WSGI environment variables using proxy headers. For unix sockets, set this value to localhost instead of an IP address. Default: None trusted_proxy_count How many0 码力 | 103 页 | 259.25 KB | 1 年前3waitress Documentation v3.0.1
accept a list of sockets that are already pre-bound rather than creating its own to allow for socket activation. Support for init systems/other systems that create said activated sockets is not included listen on multiple sockets, including IPv4 and IPv6. Instead of passing in a host/port combination you now provide waitress with a space delineated list, and it will create as many sockets as required. from patch. See: https://github.com/Pylons/waitress/issues/22 Add support for listening on Unix domain sockets. 0.8.3 (2013-04-28) Features Add an asyncore_loop_timeout adjustment value, which controls the0 码力 | 55 页 | 56.36 KB | 1 年前3waitress Documentation v2.1.2
also supported: [server:main] host = 127.0.0.1 port = 8080 The PasteDeploy syntax for UNIX domain sockets is analagous: [server:main] use = egg:waitress#main unix_socket = /path/to/unix.sock You can find unix_socket is not None. Default: '600' sockets A list of sockets. The sockets can be either Internet or UNIX sockets and have to be bound. Internet and UNIX sockets cannot be mixed. If the socket list is remote peer allowed to override various WSGI environment variables using proxy headers. For unix sockets, set this value to localhost instead of an IP address. Default: None trusted_proxy_count How many0 码力 | 115 页 | 272.79 KB | 1 年前3waitress Documentation v2.1.1
also supported: [server:main] host = 127.0.0.1 port = 8080 The PasteDeploy syntax for UNIX domain sockets is analagous: [server:main] use = egg:waitress#main unix_socket = /path/to/unix.sock You can find unix_socket is not None. Default: '600' sockets A list of sockets. The sockets can be either Internet or UNIX sockets and have to be bound. Internet and UNIX sockets cannot be mixed. If the socket list is remote peer allowed to override various WSGI environment variables using proxy headers. For unix sockets, set this value to localhost instead of an IP address. Default: None trusted_proxy_count How many0 码力 | 113 页 | 270.88 KB | 1 年前3waitress Documentation v3.0.1
1 port = 8080 3 waitress Documentation, Release 3.0.1 The PasteDeploy syntax for UNIX domain sockets is analogous: [server:main] use = egg:waitress#main unix_socket = /path/to/unix.sock You can find unix_socket is not None. Default: '600' sockets A list of sockets. The sockets can be either Internet or UNIX sockets and have to be bound. Internet and UNIX sockets cannot be mixed. If the socket list is remote peer allowed to override various WSGI environment variables using proxy headers. For unix sockets, set this value to localhost instead of an IP address. The value * (wildcard) may be used to signify0 码力 | 119 页 | 339.46 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100