Re: [Interest] QWebSocketServer - server randomly stops acceptingconnections

2019-04-04 Thread Jason H
use SSL with QWebSocketServer::handleConnection(QTcpSocket *socket) then this could be the solution :]   Will test it and report back!   From: Jason H Sent: 04 April 2019 17:49 To: Narolewski Jakub Cc: interest@qt-project.org Subject: Re: [Interest] QWebSocketServer - server randomly stops accept

Re: [Interest] QWebSocketServer - server randomly stops acceptingconnections

2019-04-04 Thread Jakub Narolewski
(QTcpSocket *socket) then this could be the solution :] Will test it and report back! From: Jason H Sent: 04 April 2019 17:49 To: Narolewski Jakub Cc: interest@qt-project.org Subject: Re: [Interest] QWebSocketServer - server randomly stops acceptingconnections   1. Add a slowloris attack to your

Re: [Interest] QWebSocketServer - server randomly stops acceptingconnections

2019-04-03 Thread Jason H
m: Jason H Sent: 03 April 2019 18:23 To: Jakub Narolewski Cc: interest@qt-project.org Subject: Re: [Interest] QWebSocketServer - server randomly stops acceptingconnections   What happens when you telnet to it? Are you getting stuff (SYN_ACK) rom the OS, is the OS resetting (RST) the connecti

Re: [Interest] QWebSocketServer - server randomly stops acceptingconnections

2019-04-03 Thread Jakub Narolewski
Re: [Interest] QWebSocketServer - server randomly stops acceptingconnections What happens when you telnet to it? Are you getting stuff (SYN_ACK) rom the OS, is the OS resetting (RST) the connection? Is this listening on localhost, virtual or a physical interface? Linux is generally bad at po