P2P - Update qsigsinv example to match qbsigs

This commit is contained in:
thephez 2019-04-11 12:17:47 -04:00
parent dfc54ab199
commit cb473ce17c
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099

View file

@ -3408,14 +3408,19 @@ Note: The maximum number of inventories in a `qsigsinv` message is limited to
The following annotated hexdump shows a `qsigsinv` message. (The
message header has been omitted.)
<!--
Match qbsigs and qsigsesann
0284d84432011a04020084d84332011a0700
-->
{% highlight text %}
02 ......................................... Count: 2
80b176 ..................................... Session ID
32012900 ................................... Inventory
84d844 ..................................... Session ID
32011a040200 ............................... Inventory
80b175 ..................................... Session ID
32012900 ................................... Inventory
84d843 ..................................... Session ID
32011a0700 ................................. Inventory
{% endhighlight %}
{% endautocrossref %}