Prototype patch to use modern socket APIs in ConnectionList.cpp. Should allow the filter to connect over v6 or v4. The patch compiles, but hasn't been tested.
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
Looks good. Testing.
One bug so far. The CosignTrace1 call needs to specify the wchar implementation. It should be:
CosignTrace1( L"aiCur->ai_addr: %s", ... );
Note the L prefix to the format string, which gives the Log.cpp a hint as to which implementation to use.
Looks good. Testing.
One bug so far. The CosignTrace1 call needs to specify the wchar implementation. It should be:
CosignTrace1( L"aiCur->ai_addr: %s", ... );
Note the L prefix to the format string, which gives the Log.cpp a hint as to which implementation to use.