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.
有人能给我一些关于向 Netty 添加 DTLS 支持的见解吗?Netty 是否使用 openSSL 来支持 TLS 和相关?
问候马赫什
Netty 使用 JDK ssl 隐含或基于 openssl 的一种,具体取决于您指定的依赖项。也就是说,目前不支持内置 DTLS。