Comment 5 for bug 1319338

Revision history for this message
Jose Luis Rivero (j-rivero) wrote :

For the SRU, the test case to try is attached, please compile using:

 - g++ chat_client.cpp -std=gnu++11 -lboost_system -lpthread -o chat_client

You will need the header chat I will attach in the following comment in order to make it to compile.

Bug in current boost Trusty libraries, while trying to conect to non existing server.

* Bug:
./chat_client localhost 2423424
Success

* Expected:
./chat_client localhost 2423424
Connection refused