mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 18:12:47 +03:00
adjust printing
This commit is contained in:
parent
86f2163410
commit
c480d12995
@ -2197,10 +2197,12 @@
|
||||
=- :: if no sent packet matches the ack, don't apply mutations or effects
|
||||
::
|
||||
?. found.-
|
||||
~& 'MISS'^show:gauge
|
||||
packet-pump
|
||||
::
|
||||
=. metrics.state metrics.-
|
||||
=. live.state live.-
|
||||
~? =(0 (mod counter.metrics.state 20)) [fragment-num show:gauge]
|
||||
::
|
||||
packet-pump
|
||||
::
|
||||
@ -2347,8 +2349,6 @@
|
||||
:: if this was a re-send, don't adjust rtt or downstream state
|
||||
::
|
||||
?. =(0 retries.packet-state)
|
||||
::
|
||||
~? =(0 (mod counter 100)) show
|
||||
metrics
|
||||
:: rtt-datum: new rtt measurement based on this packet roundtrip
|
||||
::
|
||||
@ -2365,8 +2365,6 @@
|
||||
=. rttvar (div (add rtt-error (mul rttvar 7)) 8)
|
||||
=. rto (clamp-rto (add rtt (mul 4 rttvar)))
|
||||
::
|
||||
~? =(0 (mod counter 100)) show
|
||||
::
|
||||
metrics
|
||||
:: +on-skipped-packet: TODO
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user