I have question to ask.
I wonder, while sending data with TcpClient, is there any sort of CRC checking algorithm that works automatically? Or I have to implement my own algorithm and resend the data if it doesn't arrive to remote host correctly?
Any ideas?
My best regards...