🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

TCP server and client classes, errors.

Started by
3 comments, last by cowcow 6 years, 2 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.

Advertisement

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

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