Closed bl0x closed 4 years ago
The guide does not mention or refer to any details about the protocol used for the gossip.ping messages and the behavior expected by ssb servers.
My current understanding is the following:
Client sends gossip.ping RPC message and the current timestamp (milliseconds) in a separate message.
Then, the server responds with the same.
The client can then calculate the turnaround time for messages.
Is this true? What should really be going on? Should this be repeated periodically?
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
The guide does not mention or refer to any details about the protocol used for the gossip.ping messages and the behavior expected by ssb servers.
My current understanding is the following:
Client sends gossip.ping RPC message and the current timestamp (milliseconds) in a separate message.
Then, the server responds with the same.
The client can then calculate the turnaround time for messages.
Is this true? What should really be going on? Should this be repeated periodically?