several UDP sockets, bound to same port?
问题 first - it's not a question of "how to bind to port of another software". now, i have a client-server app, based on TCP and i'd like to make it UDP, but i'm missing something.. i have 2 rules (which i put) to this app: 1) the "server" can stay behind router without any port forwarding configuration. 2) the "client" can listen to only one port. in TCP i do it like this: 1) the server opens initial connection to the client on port X. 2) when the client wants to open communication channel to the