[
https://issues.apache.org/jira/browse/TS-4920?focusedWorklogId=30290&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-30290
]
ASF GitHub Bot logged work on TS-4920:
--------------------------------------
Author: ASF GitHub Bot
Created on: 08/Oct/16 07:19
Start Date: 08/Oct/16 07:19
Worklog Time Spent: 10m
Work Description: Github user oknet commented on the issue:
https://github.com/apache/trafficserver/pull/1068
@jpeach Good job!
And I have my own thoughts on AcceptOptions optimization, but it is quite
basic and rough.
1. class NetVCOptions as base class and defined in
iocore/net/I_NetVConnection.h
2. class AcceptOptions : public NetVCOptions and defined in
iocore/net/I_NetAccept.h (moved it from P_NetAccept.h)
3. class HttpSessionAcceptOptions : public AcceptOptions and defined in
proxy/http/HttpSessionAccept.h
Issue Time Tracking
-------------------
Worklog Id: (was: 30290)
Time Spent: 50m (was: 40m)
> 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: 50m
> 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)