I read HashGraph paper https://www.swirlds.com/downloads/SWIRLDS-TR-2016-01.pdf and view "The HashGraph Protocol" https://www.youtube.com/watch?v=BAfsN3NW2Zg&list=PLr-BND1DE3sUR7GMm4lgw3B3D94OT4NuL&index=8&t=774s which explains how hashgraph works but it still not very clear to me how the Gossip protocol works.
Can someone give me a detailed exampled of how it works.
More specific when i sync with someone what my message contains, what does the other node inserts in his graph, how i learn what is inserted and then how the execution proceeds?
For example when i receive a transaction from a client i create a node which contains that transaction, insert it in the graph (in my row) and give it the current time as timestamp.Then how i proceed?