ssl: Use Pending Connections mechanism for SslServer
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 15 Mar 2020 19:18:20 +0000 (20:18 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 11 Jun 2020 11:57:32 +0000 (13:57 +0200)
commitb62292bbe3f21887dc5ee4353ca9cf675f9aa3f3
tree17289a8c8fe2d8e2f531e37fab94960563f5618b
parent1400ec302022bfaff36e0fd65951085db7ef28f2
ssl: Use Pending Connections mechanism for SslServer

Since Qt 4.7, it is no longer necessary to manage incoming connections
manually in specializations of QTcpServer. Instead, newly created
sockets can be added to the internal queue.
src/core/sslserver.cpp
src/core/sslserver.h