Need info

Started by
2 comments, last by hplus0603 18 years, 7 months ago
Hi ! Do you know some good resources on writing your own network protocol ? THX
Advertisement
That kind of depends on what the protocol is for.

If it's for game state updates, then check the Forum FAQ. If it's for something else, then you have to be a tad more explicit about what it is you want to accomplish, and why existing protocols aren't good enough.
enum Bool { True, False, FileNotFound };
Well firstly i need a substiute for TCP/IP so i prevent outside attacks.....
I want to use this new protocol on my own local network
Why would designing your own protocol prevent outside attacks? Wouldn't it be easier to just block off the ports/hosts that you don't want the outside to see using a good firewall?
enum Bool { True, False, FileNotFound };

This topic is closed to new replies.

Advertisement