UDP port binding by multiple applications?
- by moon
hello i am trying to bind multiple applications running on different pc's across a single lan network is it a good idea when all applications are receiving on same port and sending at same port for example.
app1 (receiving at 10000 port , sending at some ip2 and 10000 port)
app2 (receiving at 10000 port , sending at some ip1 and 10000 port)
any other good idea for performing this task is also accepted .