I'm trying to get my head wrap around this issue...
I would like to connect two users...
Those users are already connected to a TCP server, which is aware of both public ip and connection TCP port. I was hoping to use the existing connection to the server in order to create a p2p connection between my users, since it is kind of redundant to ask them to connect to another UDP server in order to know the public port they are connected through.
Is it at all possible to resolve this without creating another server (UDP this time)?