Socket
-
hello i have create a class where i create a tcpsocket and i emit some siglal.
My question in simple.
when i connect to a tcp server and i ask for a transfer , he reply to me with port and ip where i have to connect, then i call my class and i start the transfer, in the same time if i need to get another transfer the server reply to me with the same address but different port, if i call my class again, i get that i'm just connected to the same address and the transfer don't start.
How i have to proceedThanks
Luca