Displaying 2 results from an estimated 2 matches for "zniewski".
Did you mean:
niewski
2007 Apr 01
1
Combining Tinc and Cspace
Hello,
a question to the developers:
Does it make sense to try to integrate Tinc with Cspace to provide an
open-source alternative to Hamachi?
http://cspace.in/
I have not studied any Tinc source code yet.
Comments?
Regards,
Christian
2007 Apr 15
0
Bug in mingw/device.c: addrinfo structure is freed too early
Hello,
there is a small bug in mingw/device.c :
After freeing the addrinfo structure there are further accesses to
members of the structure. I discovered this bug while using this code
unter MS Visual Studio.
------
freeaddrinfo(ai);
if(sock < 0) {
logger(LOG_ERR, _("System call `%s' failed: %s"), "socket",
strerror(errno));
return -1;
}
if(connect(sock,