Ant C

Results 5 comments of Ant C

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.