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/05/30 00:31:40 UTC

[jira] Updated: (TS-382) socket option "cleanup" (and bug fixes)

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

Leif Hedstrom updated TS-382:
-----------------------------

    Description: 
This is a bug moved from Y! Bugzilla, I'm posting the original bug description and a few comments separately. Note that the bug description is fairly limited, but while looking at this code, I noticed a lot of oddities with the "socket option" support (lots of hardcoded stuff, and most of it is not configurable).

Note that the original bug should have been fixed already in Apache TS, but the other comments are still applicable.


>From Bugzilla (posted by Leif):

We have two socket option config options in records.config:

proxy.config.net.sock_option_flag_in
proxy.config.net.sock_option_flag_out


With accept thread enabled, at least the _in option isn't honored. There are possibly other cases in UnixNetAccept.cc
that we don't honor these flags either.



  was:
This is a bug moved from Y! Bugzilla, I'm posting the original bug description and a few comments separately. Note that the bug description is fairly limited, but while looking at this code, I noticed a lot of oddities with the "socket option" support (lots of hardcoded stuff, and most of it is not configurable).


>From Bugzilla (posted by Leif):

We have two socket option config options in records.config:

proxy.config.net.sock_option_flag_in
proxy.config.net.sock_option_flag_out


With accept thread enabled, at least the _in option isn't honored. There are possibly other cases in UnixNetAccept.cc
that we don't honor these flags either.




> socket option "cleanup" (and bug fixes)
> ---------------------------------------
>
>                 Key: TS-382
>                 URL: https://issues.apache.org/jira/browse/TS-382
>             Project: Traffic Server
>          Issue Type: Bug
>            Reporter: Leif Hedstrom
>
> This is a bug moved from Y! Bugzilla, I'm posting the original bug description and a few comments separately. Note that the bug description is fairly limited, but while looking at this code, I noticed a lot of oddities with the "socket option" support (lots of hardcoded stuff, and most of it is not configurable).
> Note that the original bug should have been fixed already in Apache TS, but the other comments are still applicable.
> From Bugzilla (posted by Leif):
> We have two socket option config options in records.config:
> proxy.config.net.sock_option_flag_in
> proxy.config.net.sock_option_flag_out
> With accept thread enabled, at least the _in option isn't honored. There are possibly other cases in UnixNetAccept.cc
> that we don't honor these flags either.

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