You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/24 01:08:20 UTC

[jira] [Work logged] (TS-3508) Use accept4 on linux systems where available to reduce system calls

     [ https://issues.apache.org/jira/browse/TS-3508?focusedWorklogId=26988&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26988 ]

ASF GitHub Bot logged work on TS-3508:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 24/Aug/16 01:08
            Start Date: 24/Aug/16 01:08
    Worklog Time Spent: 10m 
      Work Description: GitHub user PSUdaemon opened a pull request:

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

    TS-3508: Use accept4() on systems where it is available and emulate w…

    …here it is not.

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

    $ git pull https://github.com/PSUdaemon/trafficserver ts-3508-2

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

    https://github.com/apache/trafficserver/pull/909.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 #909
    
----
commit 5dff1909c03e156bb123a8dd861592163d0b27c6
Author: Phil Sorber <so...@apache.org>
Date:   2016-08-23T16:10:34Z

    TS-3508: Use accept4() on systems where it is available and emulate where it is not.

----


Issue Time Tracking
-------------------

            Worklog Id:     (was: 26988)
            Time Spent: 10m
    Remaining Estimate: 0h

> Use accept4 on linux systems where available to reduce system calls
> -------------------------------------------------------------------
>
>                 Key: TS-3508
>                 URL: https://issues.apache.org/jira/browse/TS-3508
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Network
>            Reporter: John Plevyak
>            Assignee: Phil Sorber
>             Fix For: 7.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The accept4() syscall can set flags on the accepted socket.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)