Advertisement

TCP server and client classes, errors.

Started by April 13, 2018 11:07 PM
3 comments, last by cowcow 6 years, 6 months ago

I have put up 3 files in https://github.com/sjhalayka/tcpspeed2

I am getting a connect error. I am wondering if anyone has the time and inclination to review my code to make sure that I'm not missing something obvious? Thanks in advance for any help that you can give.

I found the error. I was not setting the port number correctly. 

Advertisement

Thanks for following up with what the solution was! Doing so helps build community value :-)

enum Bool { True, False, FileNotFound };

I wrote a multithreaded, nonblocking TCP server:

https://github.com/sjhalayka/tcpspeed3_multithreaded_listener

This topic is closed to new replies.

Advertisement