application layer protocol for propagation between nodes

-1

for the propagation process between nodes in the networks, witch application layer protocol they use, HTTP or WebSocket?

And if they use WebSocket, does each node maintain a continuous connection with each of the other nodes?

Zag Gol

Posted 2018-07-03T16:12:42.473

Reputation: 99

Question was closed 2018-07-09T22:54:18.743

Answers

1

Used Bitcoin protocol over TCP/IP protocol. You can read more on this link https://en.bitcoin.it/wiki/Protocol_documentation#Message_types

bitaps.com

Posted 2018-07-03T16:12:42.473

Reputation: 563

the OP is asking about application level, not infrastructure / TCP/IP layer. Probably a link to the code would help more, to understand how listeners are opened for incoming messages?pebwindkraft 2018-07-04T14:26:37.647

Nodes not use HTTP or WebSocket protocol. Nodes connect over TCP/IP and start handshake https://en.bitcoin.it/wiki/Version_Handshake

bitaps.com 2018-07-04T18:38:24.347