[
https://issues.apache.org/jira/browse/TS-3932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15007496#comment-15007496
]
ASF subversion and git services commented on TS-3932:
-----------------------------------------------------
Commit cb35e6ca143dd8618e0b73877853a32b3f6e4474 in trafficserver's branch
refs/heads/master from [~pbchou]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=cb35e6c ]
TS-3932: apply Connection options before we start a connect
Make sure to call Connection::apply_options() within Connection::connect()
so that the IP TOS field will be set properly. The first call to
apply_options() within Connect::open() does not set the IP TOS field
properly since the addr is not initialized at that time.
This closes #318.
> TCP TOS not working
> -------------------
>
> Key: TS-3932
> URL: https://issues.apache.org/jira/browse/TS-3932
> Project: Traffic Server
> Issue Type: Bug
> Components: Network
> Affects Versions: 6.0.0
> Reporter: Bryan Call
> Labels: Regression
> Fix For: 6.1.0
>
>
> jasonstrongman2016:
> In 5.3.0 the below works. However, seems to be broken in other
> releases. Including this one.
> # /opt/trafficserver60rc3/bin/traffic_ctl -V
> Apache Traffic Server - traffic_ctl - 6.0.0 - (build # 091616 on Sep
> 16 2015 at 16:49:13)
> # /opt/trafficserver60rc3/bin/traffic_ctl config match sock_packet_tos_out
> proxy.config.net.sock_packet_tos_out: 184
> #tcpdump
> 17:55:07.377780 IP (tos 0x0, ttl 64, id 45468, offset 0, flags [DF],
> proto TCP (6), length 60)
> 10.0.0.71.51306 > 74.125.227.196.80: Flags [S],
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)