GitHub user jpeach opened a pull request:

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

    TS-4920: Consolidate accept socket options.

    We have an object AcceptOptions that contains the options to apply
    to listening sockets, but in many places, the individual options
    are passed around. Consolidate this so that we pass a AcceptOptions
    to provide better guarantees that all listening sockets are created
    equal.

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

    $ git pull https://github.com/jpeach/trafficserver fix/4920

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

    https://github.com/apache/trafficserver/pull/1068.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 #1068
    
----
commit d60fa1e7ea8b35bc4592a33119b6d4874b5ad1d6
Author: James Peach <[email protected]>
Date:   2016-10-01T00:12:20Z

    TS-4920: Consolidate accept socket options.
    
    We have an object AcceptOptions that contains the options to apply
    to listening sockets, but in many places, the individual options
    are passed around. Consolidate this so that we pass a AcceptOptions
    to provide better guarantees that all listening sockets are created
    equal.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to