Comment 4 for bug 1477275

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-keystoneclient (master)

Reviewed: https://review.openstack.org/204741
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=c6b14f94c5021452796d7bd151c2c98ae983afdd
Submitter: Jenkins
Branch: master

commit c6b14f94c5021452796d7bd151c2c98ae983afdd
Author: Ian Cordasco <email address hidden>
Date: Wed Jul 22 14:53:32 2015 -0500

    Set reasonable defaults for TCP Keep-Alive

    Previously we simply turned on TCP Keep-Alive which relied on
    per-distribution, per-operating system defaults for keep-alive options.
    Here we set reasonable defaults since long running processes can get
    stuck for hours on end by using system defaults. This also adds comments
    around the options to explain why they're being set.

    Closes-bug: 1477275
    Related-bug: 1323862
    Change-Id: Ibd53ae2d4d2455db0ebc9951e5c764befc57850f