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.
perlには、ソケットを渡すことができるモジュールがあり、SSL対応のソケットを返します。
代わりにドロップとして使用できるC++のようなものはありますか?
あなたが尋ねる文字通りの方法で:いいえ、これは不可能です。既存のAPIは、プレーンなWindowsソケットのみをサポートし、追加機能へのフックを提供しません。ソケットのリーダーとライターも変更する必要があります。