[ 
https://issues.apache.org/jira/browse/TS-961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Peach updated TS-961:
---------------------------

    Attachment: ts-port-descriptor.patch

Prototype of the TSPortDescriptor API.

typedef struct tsapi_port* TSPortDescriptor;
tsapi TSPortDescriptor TSPortDescriptorCreate(const char * descriptor);
tsapi TSReturnCode TSPortDescriptorAccept(TSPortDescriptor, TSCont);

You create a port descriptor by passing the same port configuration string 
that's used in records.config. Later on, we can add additional APIs to 
configure the port descriptor as necessary.
                
> Extend TS API to support TSNetAccept with inbound transparency
> --------------------------------------------------------------
>
>                 Key: TS-961
>                 URL: https://issues.apache.org/jira/browse/TS-961
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: TS API
>            Reporter: Yossi Gottlieb
>            Assignee: Alan M. Carroll
>            Priority: Minor
>             Fix For: 3.3.0
>
>         Attachments: api_transparency.diff, ts-port-descriptor.patch
>
>
> This is required for protocol plugins to use this capability.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to