On 10/20/2015 3:12 PM, Giuseppe D'Angelo wrote:
> Il 20/10/2015 22:17, Bob Hood ha scritto:
>> For each incoming
>> connection, I need to pass the raw socket descriptor returned by
>> QTcpSocket::socketDescriptor() to the library interface for its exclusive
>> use.
>>
>> Are there any conflicts in
On Tuesday 20 October 2015 14:17:53 Bob Hood wrote:
> I have an external library that implements a proprietary protocol with
> clients connected via a TCP socket. I'm using Qt as the front end to deal
> with discovery (via Avahi) and connections (via QTcpServer). For each
> incoming connection, I
I have an external library that implements a proprietary protocol with clients
connected via a TCP socket. I'm using Qt as the front end to deal with
discovery (via Avahi) and connections (via QTcpServer). For each incoming
connection, I need to pass the raw socket descriptor returned by
QTcp