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 2010/09/21 16:33:34 UTC

[jira] Assigned: (TS-451) Remove obsolete config options

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

Leif Hedstrom reassigned TS-451:
--------------------------------

    Assignee: Leif Hedstrom

> Remove obsolete config options
> ------------------------------
>
>                 Key: TS-451
>                 URL: https://issues.apache.org/jira/browse/TS-451
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Config
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>            Priority: Minor
>             Fix For: 2.1.3
>
>
> These configuration options were never used / supported in Apache Traffic Server, and should be removed. The only reason they were kept was to keep binary compatibility in internal Yahoo releases, due to crappy config option name choices.
>   // deprecated configuration options - bcall 4/25/07
>   // these should be removed in the future
>   {CONFIG, "proxy.config.net.sock_recv_buffer_size", "", INK_INT, "0", RU_NULL, RR_NULL, RC_NULL, NULL, RA_NULL}
>   ,
>   {CONFIG, "proxy.config.net.sock_send_buffer_size", "", INK_INT, "0", RU_NULL, RR_NULL, RC_NULL, NULL, RA_NULL}
>   ,
>   {CONFIG, "proxy.config.net.sock_option_flag", "", INK_INT, "0x0", RU_NULL, RR_NULL, RC_NULL, NULL, RA_NULL}
>   ,
>   {CONFIG, "proxy.config.net.os_sock_recv_buffer_size", "", INK_INT, "0", RU_NULL, RR_NULL, RC_NULL, NULL, RA_NULL}
>   ,
>   {CONFIG, "proxy.config.net.os_sock_send_buffer_size", "", INK_INT, "0", RU_NULL, RR_NULL, RC_NULL, NULL, RA_NULL}
>   ,
>   {CONFIG, "proxy.config.net.os_sock_option_flag", "", INK_INT, "0x0", RU_NULL, RR_NULL, RC_NULL, NULL, RA_NULL}
>   ,

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.