Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道OpenSSL::SSL::SSLSocket中的属性是sync_close什么。它说它没有记录在rdoc中。我可以在很多代码片段中看到它,但我看不到它的用法。它是干什么用的?
sync_close
首先打开一个套接字,即tcp,然后创建SSL 层。sync_close 使得原始套接字和加密层都关闭在一起。