Original Post
How does the UDP Server know the difference between six players behind a router? Sorry for these questions. I looked all over the forums and could not find a specific answer. Lets say I have a UDP Server at IP: 69.3.1.32 Port 8301 Then at my friends house he has 6 computers setup behind his router, but he only has 1 IP which is 64.3.4.21 .... I run my client app on each of his 6 computers. These client apps each send 1 udp packet to the server at 69.3.1.32 Port 8301 Will the UDP server app receive them like this. 1 - incoming UDP packet from: 54.3.4.2:8301 2 - incoming UDP packet from: 54.3.4.2:8301 3 - incoming UDP packet from: 54.3.4.2:8301 4 - incoming UDP packet from: 54.3.4.2:8301 5 - incoming UDP packet from: 54.3.4.2:8301 6 - incoming UDP packet from: 54.3.4.2:8301 Thus I won't know which UDP packet came from which computer, unless I include a username or unique ID in the UDP packet? Please help. If this is a redundant question i'm very sorry! Luzarius