You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Greg Mann (JIRA)" <ji...@apache.org> on 2016/12/09 21:23:58 UTC

[jira] [Created] (MESOS-6770) Handle SSL socket read and write events separately

Greg Mann created MESOS-6770:
--------------------------------

             Summary: Handle SSL socket read and write events separately
                 Key: MESOS-6770
                 URL: https://issues.apache.org/jira/browse/MESOS-6770
             Project: Mesos
          Issue Type: Improvement
          Components: libprocess
            Reporter: Greg Mann


The SSL socket code in libprocess currently does not distinguish between events received during reading and those received during writing. However, libevent does provide event flags with this information: {{BEV_EVENT_READING}} and {{BEV_EVENT_WRITING}}. We should make use of these flags to handle read and write events differently.



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