mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 03:23:09 +03:00
lull, ames: add ship and lane to %stun task
This commit is contained in:
parent
2ceaa42e33
commit
0b08f07aa7
@ -933,10 +933,12 @@
|
||||
==
|
||||
:: $stun: STUN notifications, from unix
|
||||
::
|
||||
:: .lane is the latest cached lane in vere, from the point of view of .ship
|
||||
::
|
||||
+$ stun
|
||||
$% [%stop ~] :: succesful STUN response, stop %ping app
|
||||
[%fail ~] :: failure to STUN, re-enable %ping app
|
||||
[%once ~] :: new ip discovered, notify ping %app
|
||||
$% [%stop =ship =lane] :: succesful STUN response, stop %ping app
|
||||
[%fail =ship =lane] :: failure to STUN, re-enable %ping app
|
||||
[%once =ship =lane] :: new lane discovered, notify ping %app
|
||||
==
|
||||
:: +| %atomics
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user