C# Setting Socket Keep-Alive
TCP is a good choice for communication if you want to know that your message got to where it was going, as opposed to UDP where the communication is fire-and-forget. When a message is sent, the recipient sends an acknowledgement that the message arrived successfully. If you don’t get an acknowledgement, you have a pretty … [Read more…]