Forum Discussion
Altera_Forum
Honored Contributor
11 years agoAfter doing further investigation (using the debugger), the error causing the connect() to return -1 is ECONNREFUSED.
Of course, since there's no server listening for this client that would make sense but since the connect() should be blocked until the server is listening, why is the error ECONNREFUSED ?