mirror of
https://github.com/fluencelabs/examples
synced 2025-04-25 10:42:16 +00:00
fix comments
This commit is contained in:
parent
0cc13af023
commit
4aa311c8b2
@ -24,7 +24,7 @@ func ts_getter() -> []u64:
|
|||||||
<- res
|
<- res
|
||||||
|
|
||||||
|
|
||||||
-- timestap getter with error collector over neighborhood
|
-- timestamp getter with error collector over neighborhood
|
||||||
func ts_getter_with_timeout()-> []u64, []string:
|
func ts_getter_with_timeout()-> []u64, []string:
|
||||||
-- timeout in ms
|
-- timeout in ms
|
||||||
rtt = 1000
|
rtt = 1000
|
||||||
@ -40,7 +40,7 @@ func ts_getter_with_timeout()-> []u64, []string:
|
|||||||
-- err message
|
-- err message
|
||||||
msg = "timeout"
|
msg = "timeout"
|
||||||
|
|
||||||
-- collect non-rsponsive peer ids, if any
|
-- collect non-responsive peer ids, if any
|
||||||
dead_peers: *string
|
dead_peers: *string
|
||||||
on HOST_PEER_ID:
|
on HOST_PEER_ID:
|
||||||
k <- Op.string_to_b58(HOST_PEER_ID)
|
k <- Op.string_to_b58(HOST_PEER_ID)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user