From: Zhao Junwang Date: Tue, 21 Jun 2016 02:03:24 +0000 (-0400) Subject: doc: network-protocol typos X-Git-Tag: v11.1.0~55^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=94d6851dbb7007706c57b771ff69a4bac03aad4e;p=ceph-ci.git doc: network-protocol typos Signed-off-by: Zhao Junwang --- diff --git a/doc/dev/network-protocol.rst b/doc/dev/network-protocol.rst index 26e9d0ba1f4..3a59b80c426 100644 --- a/doc/dev/network-protocol.rst +++ b/doc/dev/network-protocol.rst @@ -174,7 +174,7 @@ CEPH_MSGR_TAG_KEEPALIVE (0x09) u8 data[0]; // No data. } -CEPH_MSGR_TAG_KEEPALIVE2 (0x04) +CEPH_MSGR_TAG_KEEPALIVE2 (0x0E) ------------------------------- :: @@ -184,7 +184,7 @@ CEPH_MSGR_TAG_KEEPALIVE2 (0x04) utime_t timestamp; } -CEPH_MSGR_TAG_KEEPALIVE2_ACK (0x05) +CEPH_MSGR_TAG_KEEPALIVE2_ACK (0x0F) ----------------------------------- ::