Len Holgate's thoughts on this and that... Mainly test driven software development in C++ on Windows and Unix...
Menu
Home
About me
Classic Entries
Archives
Contact
October 2006
2006-10-27
:
Socket Server code - addressing bug fix
There’s a bug in one of the constructors for CSocket::InternetAddress which means that changing the example servers to use a specific network adapter’s address, rather than INADDR_ANY will generate an exception from the call to …