Changeset 35556 in project
- Timestamp:
- 05/27/18 14:42:51 (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/openssl
r34567 r35556 13 13 * OpenSSL C library 14 14 * address-info egg 15 16 As of version 1.10.0, this egg will use the [[tcp6]] extension if it 17 is installed, otherwise it will fall back to the standard {{tcp}} 18 library. 15 19 16 20 === Documentation … … 45 49 ===== Global parameters 46 50 47 For read and write timeouts, {{tcp-read-timeout}} and {{tcp-write-timeout}} are honored. 51 For read and write timeouts, {{tcp-read-timeout}} and 52 {{tcp-write-timeout}} are honored (from [[tcp6]] if available, 53 otherwise from {{tcp}}). 48 54 49 55 <parameter>(ssl-handshake-timeout [TIMEOUT])</parameter> … … 237 243 === Changelog 238 244 245 * 1.10.0 Use the tcp6 egg when it is present to allow binding to IPv6 interfaces or connecting to IPv6 hosts. 239 246 * 1.9.4 Improved block I/O performance thanks to TheLemonMan 240 247 * 1.9.2 Use address-info to choose default SNI behaviour
Note: See TracChangeset
for help on using the changeset viewer.