Re: [Interest] Not quite a Qt question.. Buffers in QAbstractSocket

2012-06-17 Thread Thiago Macieira
On domingo, 17 de junho de 2012 01.58.56, warg...@gmx.de wrote: > My programm runs under Linux and OS X. And now it gets > strange and I might miss something important. Under > Linux I set the package size to 4k. The programm runs > rock stable. Exactly the same code under OS X causes > the TV to d

Re: [Interest] Not quite a Qt question.. Buffers in QAbstractSocket

2012-06-16 Thread BRM
> From: "warg...@gmx.de" >I have a question, which might not be directly Qt related. >I am writing an application, which streams a move to my TV. >The connection is initiated from the TV via TCP/IP. QTcpSocket >is used. For certain reasons I send my data in packages even >though it is TCP and not

[Interest] Not quite a Qt question.. Buffers in QAbstractSocket

2012-06-16 Thread wargand
Hi, I have a question, which might not be directly Qt related. I am writing an application, which streams a move to my TV. The connection is initiated from the TV via TCP/IP. QTcpSocket is used. For certain reasons I send my data in packages even though it is TCP and not UDP. B