[
https://issues.apache.org/jira/browse/TS-3728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14619088#comment-14619088
]
Bryan Call commented on TS-3728:
--------------------------------
Below is showing that setting the SO_LINGER flag on the incoming socket flags
has no effect. The default for the listening socket are already (l.l_onoff: 0
l.l_linger: 0).
{code}
Jul 8 11:09:14.031] Server {0x7f7a7f7de840} DEBUG: (bcall) getsockopt before
setsockopt - l.l_onoff: 0 l.l_linger: 0
[Jul 8 11:09:14.031] Server {0x7f7a7f7de840} DEBUG: (bcall) values -
sockopt_flag_in: 5 l.l_onoff: 0 l.l_linger: 0
[Jul 8 11:09:14.031] Server {0x7f7a7f7de840} DEBUG: (bcall) getsockopt after
setsockopt - l.l_onoff: 0 l.l_linger: 0
{code}
> Socket option are not being set on new incoming socket connections
> ------------------------------------------------------------------
>
> Key: TS-3728
> URL: https://issues.apache.org/jira/browse/TS-3728
> Project: Traffic Server
> Issue Type: Bug
> Components: Network
> Reporter: Bryan Call
> Assignee: Bryan Call
> Labels: yahoo
> Fix For: 6.0.0
>
>
> Socket option configuration value is not set in the code and the Connection
> is not being set to SOCK_STREAM. Both of these need to be done for new
> incoming socket connection to have their options set.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)