When running out of FDs, don't stop listening. Instead, back off for a bit and retry.
Might want to look at net/http, which does this.
net/http
Fixed in 69e9b6a43975 ("Retry on temporary net.Listener failure").