Guest boskomihic Posted December 7, 2002 Posted December 7, 2002 I am making [Client � Server] programs witch communicates with server over IP. I want to know is there any need to set Error handling code? By that I mean does this protocol has own error correction part or do I need to make it? I hope that you will understand me. :confused: :confused: Quote
*Gurus* Derek Stone Posted December 8, 2002 *Gurus* Posted December 8, 2002 Depends whether you're using UDP or TCP. The latter needs little additional error handling at the protocol level, while the former needs quite a bit. Quote Posting Guidelines
Guest boskomihic Posted December 9, 2002 Posted December 9, 2002 Ok! I am using TCP and I am going to put CRC-check in Data Packets Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.