mirror of
https://github.com/cloudflare/gortr.git
synced 2024-05-19 06:50:10 +00:00
60070fffdb
* Raised in #65, if the server does not have enough sockets, Accept returns error * Due to a bug, it was causing `invalid memory address or nil pointer dereference` if no other limit was specified * Issue was triggered around 1024 concurrent sessions on out of box Linux (check `ulimit -a | grep "open files"`)