The missing includes causes the compiler to not have the correct sizings on 64bit systems.
It will then cause segfault with trying to connect to in TCP.
I add two missing includes to avoid that issue.
Fixed and tryied on : osx 64bit, linux 64bit and seems to be ok.
The missing includes causes the compiler to not have the correct sizings on 64bit systems. It will then cause segfault with trying to connect to in TCP. I add two missing includes to avoid that issue. Fixed and tryied on : osx 64bit, linux 64bit and seems to be ok.