Is there a way to make a socket connection (TCP) between to peers without using a listen port?
Right now i'm using CAsyncSocket, but i could change that.
Thanks in advance.
Printable View
Is there a way to make a socket connection (TCP) between to peers without using a listen port?
Right now i'm using CAsyncSocket, but i could change that.
Thanks in advance.
No.
ow, i was thinking something like "receive from", or force the assigning of a "well known" port to the connections.