ames: print num-fragments in packet verbage

Gives you a poor man's progress bar.  For example, to determine how much
of an OTA you've downloaded from your sponsor, run:

|ames-sift (sein:title our now our)
|ames-verb %rcv

and then to turn it off:

|ames-verb
This commit is contained in:
Philip Monk 2020-03-17 14:03:48 -07:00
parent 1fe7ef8617
commit 3b9f7249d3
No known key found for this signature in database
GPG Key ID: B66E1F02604E44EC

View File

@ -3141,7 +3141,7 @@
message-sink
:: ack all other packets
::
%- (trace rcv.veb |.("send ack {<seq^fragment-num>}"))
%- (trace rcv.veb |.("send ack-1 {<seq^fragment-num^num-fragments>}"))
(give %send seq %& fragment-num)
:: last-heard<seq<10+last-heard; this is a packet in a live message
::
@ -3182,7 +3182,7 @@
:: ack any packet other than the last one, and continue either way
::
=? message-sink !is-last-fragment
%- (trace rcv.veb |.("send ack {<seq^fragment-num>}"))
%- (trace rcv.veb |.("send ack-2 {<seq^fragment-num^num-fragments>}"))
(give %send seq %& fragment-num)
:: enqueue all completed messages starting at +(last-heard.state)
::