[
https://issues.apache.org/jira/browse/TS-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14369786#comment-14369786
]
ASF GitHub Bot commented on TS-2157:
------------------------------------
GitHub user ericcarlschwartz opened a pull request:
https://github.com/apache/trafficserver/pull/182
[TS-2157] Replace addr with src_addr and dst_addr
This is largely a renaming of existing conventions--there are a few areas
I've highlighted w/ comments.
merge of two commits:
initial commit
update http transact
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yahoo/trafficserver TS-2157
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/182.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 #182
----
commit 68a49a8f1e65d1b115287fc1bca2ac0f2c5598f6
Author: es <[email protected]>
Date: 2015-03-17T19:13:30Z
[TS-2157] Replace addr with src_addr and dst_addr
initial commit
update http transact
----
> Replace "addr" with appropriate "src_addr" and "dst_addr" in
> ConnectionAttributes
> ---------------------------------------------------------------------------------
>
> Key: TS-2157
> URL: https://issues.apache.org/jira/browse/TS-2157
> Project: Traffic Server
> Issue Type: New Feature
> Components: Network
> Reporter: Leif Hedstrom
> Assignee: Eric Schwartz
> Fix For: 6.0.0
>
>
> This would more clearly let us encapsulate the two endpoint's (IpEndpoint)
> for each connection. In addition, we ought to be able to remove the "port"
> member from ConnectionAttributes as well, and its convoluted and overloaded
> semantics. The appropriate IpEndpoint (src_addr or dst_addr) would hold the
> port information as necessary.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)