You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2011/08/19 01:04:32 UTC

[jira] [Updated] (TS-884) cleanup unused variables from iocore/net/NetConfig

     [ https://issues.apache.org/jira/browse/TS-884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-884:
-----------------------------

    Issue Type: Improvement  (was: Task)

> cleanup unused variables from iocore/net/NetConfig
> --------------------------------------------------
>
>                 Key: TS-884
>                 URL: https://issues.apache.org/jira/browse/TS-884
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: Igor Galić
>            Assignee: Alan M. Carroll
>             Fix For: 3.1.0
>
>
> The following variables from {{iocore/net/I_NetConfig.h}} and {{iocore/net/NetConfig.cc}} are only referenced in those files:
> {noformat}
> net_config_fds_throttle
> net_config_listen_backlog
> net_config_ssl_mode
> net_config_sslAccelerator
> net_config_ssl_accept_port_number
> net_config_clientCertLevel
> net_config_clientVerify
> net_config_atallaAccelLibPath
> net_config_ncipherAccelLibPath
> net_config_cswiftAccelLibPath
> net_config_serverCertFilename
> net_config_serverCertRelativePath
> net_config_ssl_server_private_key_filename
> net_config_ssl_server_private_key_path
> net_config_CACertFilename
> net_config_CACertRelativePath
> net_config_ssl_client_cert_filename
> net_config_ssl_client_cert_path
> net_config_ssl_client_private_key_filename
> net_config_ssl_client_private_key_path
> net_config_clientCACertFilename
> net_config_clientCACertRelativePath
> net_config_multicert_config_file
> {noformat}
> In other words: The only variable that *is* used is {{net_config_poll_timeout}}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira