🎉 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!

In C/S architecture, when Server is down??

Started by
0 comments, last by ramboala 23 years, 8 months ago
I am designing action game like quake.. My network design is like this. * use udp * one is host(who create a game), and the others is client. * all client sends his position angles and host is relaying the message the other clients. * host is responsible only for judging getting item(when more than 2 players arguing..). * every 3 seconds host sends keep-alive messgaes to clients to check he is not down. so host can drop the player who abrubtly abnormal(maybe computer is down) I am confused that when host is abruptly down, how??
Advertisement
If client not receive any packet from server, then server is down

This topic is closed to new replies.

Advertisement