Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 1a65154d7296
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: d20576165ae0
Choose a head ref
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on Mar 26, 2013

  1. tls: expose SSL_CTX_set_timeout via tls.createServer

    Add the `sessionTimeout` integral value to the list of options
    recognized by `tls.createServer`.
    
    This option will be useful for applications which need frequently
    establish short-lived TLS connections to the same endpoint. The TLS
    tickets RFC is an ideal option to reduce the socket setup overhead
    for such scenarios, but the default ticket timeout value (5
    minutes) is too low to be useful.
    Manav Rathi authored and bnoordhuis committed Mar 26, 2013
    Copy the full SHA
    d205761 View commit details
    Browse the repository at this point in the history