GitHub user pbchou opened a pull request:

    https://github.com/apache/trafficserver/pull/318

    Jira TS-3932 IP TOS field not set.

    For Jira TS-3932, added second call to 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 addr is not initialized at 
that time. If addr is not initialized then the IPv4 check within 
apply_options() will fail.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pbchou/trafficserver ts3932

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/318.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #318
    
----
commit 6f33312a0497db8da39bcb18736f1dbd8b390524
Author: pbchou <pbc...@labs.att.com>
Date:   2015-11-03T01:34:38Z

    For Jira TS-3932, added second call to 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.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to