Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Winsock » networking   (RSS)
I've been asked a couple times about the socket option SO_EXCLUSIVEADDRUSE on Vista and especially how it relates to dual stack sockets. The following doc link describes the basic idea of this socket option: http://msdn2.microsoft.com/en-us/library/ms740621.aspx Read More...
1 Comments
Filed under: ,
There are two main Winsock headers used depending on which version your application needs. There is winsock.h for Winsock v1.x and winsock2.h for Winsock v2.x and they are mutually exclusive. That is, if you include both header files you will see a lot Read More...
2 Comments
Filed under: ,
There is a new video up on channel9 talking about Coding to support IPv6. Go check it out! -- Ari Pernick Read More...
Hello, my name is Chad Carlin. I'm a software developer on the Winsock Test Team. Among the many improvements to the Winsock API shipping in Vista is the new WSAPoll function. Its primary purpose is to simplify the porting of a sockets application that Read More...
7 Comments
Filed under: ,
In a previous post I wrote about how on Windows Vista and Windows Server "Longhorn," IPv6 is installed and enabled by default and that when both IPv4 and IPv6 are enabled, the TCP/IP stack prefers to use IPv6 over IPv4. With the growth of IPv6, applications Read More...
 
Page view tracker