UDP port binding by multiple applications?
Posted
by moon
on Stack Overflow
See other posts from Stack Overflow
or by moon
Published on 2010-04-19T12:01:07Z
Indexed on
2010/04/19
12:03 UTC
Read the original article
Hit count: 155
c#
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 .
© Stack Overflow or respective owner