Ant C
Ant C
NM, figured out how to do this
I was able to get TLS to work using netpoll.NewDesc(fd, netpoll.EventRead) to get the fd from the tls.Conn, I had to use reflection ``` func FDFromTLSConn(conn net.Conn) int { tls...
I'm on a mac and that worked for me, so it could be the difference between kqueue and epoll. I replaced this code with opening a tcp connection and then...
some needs to merge this.