[reSIProcate-users] any TCP performance bench mark for latest resiprocate stack
Hi,
The old resiprocate stack used select() instead of poll() or epoll()
Function poll or epoll can scale well for a large number of fds, but select() has limitation in this respect.
What are the maximum concurrent TCP (TLS) connections for one latest sip stack?
Thanks,
Frank