Tag Archives: tcp

Networking Code

I finally feel the game’s network code is very stable. I found a pretty major bug on Christmas day that would cause file downloads to randomly stall. It had been nagging me for a while. Of course, this severely hurt … Continue reading

Posted in Engine Development, Game Development | Tagged , , , , | Comments Off on Networking Code

Client/Server Test Applications

I made a couple of simple applications that I’ve been using to test the latest client and server code. It’s certainly helped me find and fix a few bugs already. I feel like the code is pretty solid now. I … Continue reading

Posted in Game Development | Tagged , , , | Leave a comment

Network Server

I’ve been working on the network server code over the past week. It’s modular in design, meaning I can replace the existing module on all of the server applications and they will automatically use the new, optimized code. I’m implementing … Continue reading

Posted in Engine Development, Game Development | Tagged , , , , , | Leave a comment

Client Networking

I finally figured out what was causing problems with my network code! Man, that makes me feel good. Wow, I’ve been tracking this issue down for months! The client networking in the game is working pretty efficiently right about now. … Continue reading

Posted in Engine Development, Game Development | Tagged , , , , , , , | Leave a comment

Been There Game Network Client

Back to working on the network client code again. The network driver has been optimized, and re-designed for much better performance and scalability. The existing code was strictly for testing only. Now, I just need to wrangle the bug that … Continue reading

Posted in Engine Development, Game Development | Tagged , , , , | Leave a comment