You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Joseph Wu (Jira)" <ji...@apache.org> on 2019/12/16 22:03:00 UTC

[jira] [Created] (MESOS-10071) Add a timeout on SSL listening sockets for sockets that never complete handshaking

Joseph Wu created MESOS-10071:
---------------------------------

             Summary: Add a timeout on SSL listening sockets for sockets that never complete handshaking
                 Key: MESOS-10071
                 URL: https://issues.apache.org/jira/browse/MESOS-10071
             Project: Mesos
          Issue Type: Task
            Reporter: Joseph Wu


Right now, if a plain socket makes a connection to an SSL server socket, but the plain socket never transmits any data, the server side will keep the connection open indefinitely.  We should consider adding a timeout (or other limit) to prevent a build-up of invalid sockets.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)