Chapter 4. Sending Messages Between Peers

IN THIS CHAPTER

You can think of message passing from two different angles: continuous and without interruption (TCP) or discrete packets of information (UDP). While continuous data flow is like a telephone transmission, the discrete packet is like a letter in an addressed envelope.

The continuous flow requires you to have an established connection with the destination. This makes sure that no information is lost during the interchange and is in order when it arrives. ...

Get Linux® Socket Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.