Open Aource application/protocol for internet applications

随声附和 提交于 2019-12-11 04:46:52

问题


In near future I'll need to start working on a new project that consist of highly loaded TCP/IP servers and clients that communicate to that server. I know the basics of TCP/IP and can make the server and clients talk over the wire.

The problem is that I need to find some ways to protect server against other "clients" that can send bogus data and may crash the server. I'm looking for any ideas or recommendations for an application-level protocol that I can use for my application. Pretty sure there must be some kind of open-source MMORPG game that has already implemented such a protocol.

Any other ideas are very welcome.

P.S. I have checked already the WorldForge project.


回答1:


Use authentication and write your server so that bogus data doesn't crash it. You can also utilize firewalls where appropriate.

Have a look at http://www.devmaster.net/ for game development. I've read many useful articles there.



来源:https://stackoverflow.com/questions/5785741/open-aource-application-protocol-for-internet-applications

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!