Is it possible to listen on a QTcpSocket? I have a simple p2p connection on Tcp. But i cannot find a way to start a QTcpSocket on a random free port. Should i use a QTcpServer for it, or is that a little overkill for only 1 connection?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

for listening on a port you have to use QTcpServer, checkout the socket examples.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.