Skip to content

Commit

Permalink
[devdocs] [references] refs skycoin#29 skycoin#31 Fixed GETT hex misp…
Browse files Browse the repository at this point in the history
…lacing error
  • Loading branch information
stdevEdu committed Feb 23, 2018
1 parent cb914fb commit 7907f7e
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions content/devdocs/references/p2p_networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,23 @@ The following annotated hexdump shows a `GETT` message. (The
message header has been omitted.)

{{ <highlight text> }}
TODO : GETT message hex dump
GetTxns:
```
48 00 00 00 00 00 00 00 02 00 00 00 83 d5 44 cc
c2 23 c0 57 d2 bf 80 d3 f2 a3 29 82 c3 2c 3c 0d
b8 e2 67 48 20 da 50 64 78 3f b0 97 83 d5 44 cc
c2 23 c0 57 d2 bf 80 d3 f2 a3 29 82 c3 2c 3c 0d
b8 e2 67 48 20 da 50 64 78 3f b0 97 ............... Full message
------------------------------------------------------------------------
0x0000 48 00 00 00 00 00 00 00 ........................... Prefix
0x0008 02 00 00 00 ....................................... Txns header
0x000c 01 00 00 00 83 d5 44 cc c2 23 c0 57 d2 bf 80 d3
f2 a3 29 82 c3 2c 3c 0d b8 e2 67 48 20 da 50 64
78 3f b0 97 ....................................... Txns#0
0x0034 01 00 00 00 83 d5 44 cc c2 23 c0 57 d2 bf 80 d3
f2 a3 29 82 c3 2c 3c 0d b8 e2 67 48 20 da 50 64
78 3f b0 97 ....................................... Txns#1
```
{{ </highlight > }}


Expand Down Expand Up @@ -267,21 +283,6 @@ AnnounceBlocksMessage:
------------------------------------------------------------------------
0x0000 0c 00 00 00 00 00 00 00 ........................... Prefix
0x0008 40 e2 01 00 00 00 00 00 ........................... MaxBkSeq
GetTxns:
48 00 00 00 00 00 00 00 02 00 00 00 83 d5 44 cc
c2 23 c0 57 d2 bf 80 d3 f2 a3 29 82 c3 2c 3c 0d
b8 e2 67 48 20 da 50 64 78 3f b0 97 83 d5 44 cc
c2 23 c0 57 d2 bf 80 d3 f2 a3 29 82 c3 2c 3c 0d
b8 e2 67 48 20 da 50 64 78 3f b0 97 ............... Full message
------------------------------------------------------------------------
0x0000 48 00 00 00 00 00 00 00 ........................... Prefix
0x0008 02 00 00 00 ....................................... Txns header
0x000c 01 00 00 00 83 d5 44 cc c2 23 c0 57 d2 bf 80 d3
f2 a3 29 82 c3 2c 3c 0d b8 e2 67 48 20 da 50 64
78 3f b0 97 ....................................... Txns#0
0x0034 01 00 00 00 83 d5 44 cc c2 23 c0 57 d2 bf 80 d3
f2 a3 29 82 c3 2c 3c 0d b8 e2 67 48 20 da 50 64
78 3f b0 97 ....................................... Txns#1
```
{{ </highlight> }}

Expand Down

0 comments on commit 7907f7e

Please sign in to comment.