On sábado, 9 de julho de 2016 15:19:23 PDT Etienne Sandré-Chardonnal wrote:
> After additional tests, bytesAvailable() is not growing either.
> 
> So on the sender, the packet has been sent, and the QTcpSocket flushed,
> On the receiver, I have no readyRead signal(), and bytesAvailable() is zero.

The first rule of checking networking problems is isolating the problem to 
either the sender or the receiver.

Please use a packet sniffer and tell us whether the problem is:
 a) packet was never sent from the sender machine
 b) packet was sent from the sender but the receiver didn't ACK it
 c) packet was sent and ACK'ed, but the application didn't receive it

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to