ikilobyte / netman

高性能轻量级TCP、UDP框架、支持TLS、路由、中间件、WebSocket、事件循环(epoll),百万连接(C1000K)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

关于tls的建议

0xffffharry opened this issue · comments

看到example的tls只有两个(server.crt server.key)传入参数,但是不是所有证书形式都是文件。希望可以加入server.withTLSconfig(*tls.config)函数

commented

很好的建议,已更新至 v0.1.4