delorie.com/archives/browse.cgi | search |
Hi! Wednesday, 10 October, 2001 Christopher Faylor cgf AT redhat DOT com wrote: <test.cpp> [...] CF> It contains a relatively simple test case that Alexandr says fails. God bless users who send simple testcases. it takes me no more than 5 minutes to see what's wrong. CF> ... I was wondering if you could verify if this should work since CF> it deals with unix-domain sockets. yes, it should work, testcase is correct. but i doubt it _ever_ worked in cygwin. the problem is not with socket. socket is ok. but sendto() gets dest_addr parameter of type 'struct sockaddr'. we pass this parameter to WSASendTo() as is, and it works ok while this sockaddr is of AF_INET family, which WSASendTo() supports. but in this example it's AF_UNIX. unfortunately, right now I can't propose any solution except "you can't do that" :( Egor. mailto:deo AT logos-m DOT ru ICQ 5165414 FidoNet 2:5020/496.19
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |