(
Entry point) An 'in-VM pipe' example which simulates a tennis game
between client and server.
- Client connects to server
- At first, client sends
TennisBall
with TTL value '10'.
- Received side (either server or client) decreases the TTL value of the
received ball, and returns it to remote peer.
- Who gets the ball with 0 TTL loses.