You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2013/05/11 00:11:16 UTC

[jira] [Created] (TS-1888) clean up ink_sock and SocketManager

James Peach created TS-1888:
-------------------------------

             Summary: clean up ink_sock and SocketManager
                 Key: TS-1888
                 URL: https://issues.apache.org/jira/browse/TS-1888
             Project: Traffic Server
          Issue Type: Improvement
          Components: Core, Portability
            Reporter: James Peach


ink_sock.cc and SocketManager.cc both have random assortment of simple wrappers around socket and file descriptor APIs. Its confusing for them to be split across 2 locations and in some places, we don't even use the wrapper.

We should kill SocketManager and use ink_sock exclusively. We should use a consistent naming convention (ie. we don't need both safe_bind and ink_bind). We should use the wrappers everywhere across the code base (or remove the wrapper if it makes sense).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira