From: Pete Zaitcev Date: Fri, 13 Mar 2015 20:13:02 +0000 (-0600) Subject: Specify the actual struct used in protocol handshake X-Git-Tag: v9.0.0~176^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=372297201febd2c61ee5b3476be052f8df4c197f;p=ceph.git Specify the actual struct used in protocol handshake Maybe it was sockaddr_storage in an older version, but it is definitely entity_addr_t in "ceph v027". Signed-off-by: Pete Zaitcev --- diff --git a/doc/dev/network-protocol.rst b/doc/dev/network-protocol.rst index cb4c6068145..b56b935a3b8 100644 --- a/doc/dev/network-protocol.rst +++ b/doc/dev/network-protocol.rst @@ -17,7 +17,7 @@ Banner The first action is the server sending banner to the client. The banner is defined in ``CEPH_BANNER`` from ``src/include/msgr.h``. This is followed by -the server's then client's address each encoded as a ``sockaddr_storage``. +the server's then client's address each encoded as a ``entity_addr_t``. Once the client verifies that the servers banner matches its own it replies with its banner and its address.