diff --git a/openstack/common/network_utils.py b/openstack/common/network_utils.py index 68e6d23a..b0f9a02e 100644 --- a/openstack/common/network_utils.py +++ b/openstack/common/network_utils.py @@ -117,14 +117,13 @@ def set_tcp_keepalive(sock, tcp_keepalive=True, This function configures tcp keepalive parameters if users wish to do so. + :param tcp_keepalive: Boolean, turn on or off tcp_keepalive. If users are not sure, this should be True, and default values will be used. :param tcp_keepidle: time to wait before starting to send keepalive probes - :param tcp_keepalive_interval: time between successive probes, once the initial wait time is over - :param tcp_keepalive_count: number of probes to send before the connection is killed """