INADDR_ANY details
what will happen if I use INADDR_ANY
for a socket? Will it receive all traffic from all local interfaces that are related to my computer or everything that are transferred through my in开发者_JAVA技巧terfaces? It is very important for networks using HUB!
Thanks a lot
Technically neither. Read the documentation on bind
(MSDN) for further details.
精彩评论