Reputation: 14128
Typically you have a server and client pair or two peers that connect to each other through a socket. This is a 1 to 1 relationship.
Lets say you had 6 peers. Is there a way for them to be "grouped" together without a "server" so that 1 peer can send a udp/tcp message directly to another?
I'm basically looking for a way to do this without having to set up a separate socket for each relationship.
If this is possible, what are the correct terms?
Upvotes: 0
Views: 224