From b477f2b7efeed09093f37c60ad0fa402f31e4c20 Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Sat, 10 Jan 2015 10:27:23 -0800 Subject: [PATCH] README: fix ping/pong packet documentation close #18 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 02b1c954..7fc826e6 100644 --- a/README.md +++ b/README.md @@ -102,15 +102,15 @@ Request the close of this transport but does not shutdown the connection itself. #### 2 ping -send by the server. Client should answer with a pong packets, containing the same data +Sent by the client. Server should answer with a pong packet containing the same data example -1. server sends: ```2probe``` -2. client sends: ```3probe``` +1. client sends: ```2probe``` +2. server sends: ```3probe``` #### 3 pong -send by the client to respond to ping packets. +Sent by the server to respond to ping packets. #### 4 message