i was wondering about smthing which is socket ..what makes the socket good or bad ,,and Trinity Source Socket Good or Not And whats The best way to figure out
Thx About these infos So the ping smtimes goes High then low which means unstable for while So what do u recommend me to do ..or wheres the Problem that Creat ping unstabilityQuote:
0 Errors and 0 Warnings is just for the compiler, that doesn't mean that what your compiling is any good.
I would look out for, how efficient the socket is with its data handling, the readability of the code, how fast the socket system is, how the socket system handles its incoming data, how safe the socket system is in terms of fault finding and handling.
Well i Editted it such that every problem got solved including packetsQuote:
I honestly wouldn't worry about the socket system...
I mean, even the socket system in NewestCoServer isn't that bad. Usually the problems lie in the source itself. As Korvacs said... you're using a public source. It's public for a reason. Also, it's not Trinity's source (and if it was, then you're really screwed... it had so many problems around that patch).