kevinkk5 wrote:why does the CUDA-Multiforcer access the internet? are you collecting anonymous data without our knowledge

What's it accessing? And which version?
I've got some basic network functionality code in SVN, but I *think* I ifdef'd it out. That's for distributed multiforcer use. It requires a bunch of boost libs to compile, and I was having trouble packaging that up, so I theoretically left it out...
What behavior are you seeing?
//EDIT: If you pulled from SVN, enabled the network code in the header file, modified the makefile to include some boost libs, and passed it a command line parameter with a remote server, yes, it would access the internet. If you downloaded a binary version, or used the svn source as-is, it shouldn't be doing anything with network, as it doesn't even have network support compiled in...