Am 10.06.2005 um 17:09 schrieb Vlad Seryakov:
As for Unix sockets, on windows path will be different, on unix different but functionality will be there.
Yes but the decision on wether the address is for a TCP or unix-domain socket is based on parsing the address string, right? So, on Unix, the unix-domain socket (AF_UNIX) would be something like: /path/to/file whereas on Windos it will/might be C:\path\to\file The parsing will just never discover that the above is the unix-domain socket and will go to parse the IP address instead (and fail). This is what I ment. Zoran