[
https://issues.apache.org/jira/browse/TS-4920?focusedWorklogId=30055&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-30055
]
ASF GitHub Bot logged work on TS-4920:
--------------------------------------
Author: ASF GitHub Bot
Created on: 01/Oct/16 21:32
Start Date: 01/Oct/16 21:32
Worklog Time Spent: 10m
Work Description: 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.
----
Issue Time Tracking
-------------------
Worklog Id: (was: 30055)
Time Spent: 10m
Remaining Estimate: 0h
> Consolidate accept socket options.
> ----------------------------------
>
> Key: TS-4920
> URL: https://issues.apache.org/jira/browse/TS-4920
> Project: Traffic Server
> Issue Type: Improvement
> Components: Core
> Reporter: James Peach
> Assignee: James Peach
> Fix For: 7.1.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)