Multiple NIC cards
When there are multiple NIC cards on your machine and you have a socket listening on one port. And now if you dont want any other socket to listen on the same port (on other NIC cards available on the same machine). We need to make
Socket.ExclusiveAddressUse = True.
Socket.ExclusiveAddressUse = True.
Comments
Post a Comment