mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 13:55:54 +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
|
||||
{$wegh $~} :: report memory
|
||||
{$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
|
||||
::
|
||||
@ -638,7 +638,7 @@
|
||||
{$thud $~} :: inbound cancel
|
||||
{$wegh $~} :: report memory
|
||||
{$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 *}
|
||||
== ::
|
||||
-- ::able
|
||||
@ -845,7 +845,7 @@
|
||||
{$init p/ship} :: set owner
|
||||
{$deal p/sock q/cush} :: full transmission
|
||||
{$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
|
||||
== ::
|
||||
-- ::able
|
||||
|
Loading…
Reference in New Issue
Block a user