View Single Post
  #2 (permalink)  
Old 2007-12-03
CSING CSING is offline
Senior Member
 
Join Date: 2007-06-22
Posts: 108
Rep Power: 2
CSING has an average reputation (10+)
Default Re: 6.5 server heartbeat protocol?

The advantage of using HTTP is that it is using TCP instead of UDP. Therefore more robust. Also it uses port 80 instead of 6054. Disadvantage is that TCP has a larger network overhead to accomplish the same thing done on UDP. The nice thing with this is that it is a value that can easily be changed from the Server.
Reply With Quote