Regarding the creation of connection objects, when using OpenSSL, the creation of the connection should be delayed, and the corresponding connection object should be created after SSL_acept is successfully executed. It can be designed that no matter what the situation, the connection object is created whether the task of creating the file descriptor for the first time.
Regarding the creation of connection objects, when using OpenSSL, the creation of the connection should be delayed, and the corresponding connection object should be created after SSL_acept is successfully executed. It can be designed that no matter what the situation, the connection object is created whether the task of creating the file descriptor for the first time.