mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-07 07:30:23 +03:00
Fake networking passes smoke test.
This commit is contained in:
parent
279a97d766
commit
fcdc3e0c52
@ -384,7 +384,7 @@
|
|||||||
{$warp p/sock q/riff} :: file request
|
{$warp p/sock q/riff} :: file request
|
||||||
{$wegh $~} :: report memory
|
{$wegh $~} :: report memory
|
||||||
{$went p/sack q/path r/@ud s/coop} :: response confirm
|
{$went p/sack q/path r/@ud s/coop} :: response confirm
|
||||||
{$west p/sack q/path r/@ud s/*} :: network request
|
{$west p/sack q/path r/*} :: network request
|
||||||
== ::
|
== ::
|
||||||
-- ::able
|
-- ::able
|
||||||
::
|
::
|
||||||
@ -638,7 +638,7 @@
|
|||||||
{$thud $~} :: inbound cancel
|
{$thud $~} :: inbound cancel
|
||||||
{$wegh $~} :: report memory
|
{$wegh $~} :: report memory
|
||||||
{$went p/sack q/path r/@ud s/coop} :: response confirm
|
{$went p/sack q/path r/@ud s/coop} :: response confirm
|
||||||
{$west p/sack q/{path @ud *}} :: network request
|
{$west p/sack q/{path *}} :: network request
|
||||||
{$mini-jael-task *}
|
{$mini-jael-task *}
|
||||||
== ::
|
== ::
|
||||||
-- ::able
|
-- ::able
|
||||||
@ -845,7 +845,7 @@
|
|||||||
{$init p/ship} :: set owner
|
{$init p/ship} :: set owner
|
||||||
{$deal p/sock q/cush} :: full transmission
|
{$deal p/sock q/cush} :: full transmission
|
||||||
{$went p/sack q/path r/@ud s/coop} :: response confirm
|
{$went p/sack q/path r/@ud s/coop} :: response confirm
|
||||||
{$west p/sack q/path r/@ud s/*} :: network request
|
{$west p/sack q/path r/*} :: network request
|
||||||
{$wegh $~} :: report memory
|
{$wegh $~} :: report memory
|
||||||
== ::
|
== ::
|
||||||
-- ::able
|
-- ::able
|
||||||
|
Loading…
Reference in New Issue
Block a user