You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Igor Galić (JIRA)" <ji...@apache.org> on 2011/07/19 16:42:57 UTC

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

cleanup unused variables from iocore/net/NetConfig
--------------------------------------------------

                 Key: TS-884
                 URL: https://issues.apache.org/jira/browse/TS-884
             Project: Traffic Server
          Issue Type: Task
          Components: Cleanup
            Reporter: Igor Galić


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}

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

       

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

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ 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

       

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

Posted by "Igor Galić (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Galić updated TS-884:
--------------------------

    Description: 
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}}

  was:
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}


> cleanup unused variables from iocore/net/NetConfig
> --------------------------------------------------
>
>                 Key: TS-884
>                 URL: https://issues.apache.org/jira/browse/TS-884
>             Project: Traffic Server
>          Issue Type: Task
>          Components: Cleanup
>            Reporter: Igor Galić
>
> 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

       

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

Posted by "Alan M. Carroll (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan M. Carroll resolved TS-884.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 3.1.0
         Assignee: Alan M. Carroll

Variables were removed. The last remaining variable was moved to Net.cc and I_Net.h and the NetConfig files removed entirely.

> cleanup unused variables from iocore/net/NetConfig
> --------------------------------------------------
>
>                 Key: TS-884
>                 URL: https://issues.apache.org/jira/browse/TS-884
>             Project: Traffic Server
>          Issue Type: Task
>          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