mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
ames: too big of messages
This commit is contained in:
parent
b658f11c42
commit
7cfe1542e5
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5838e7af41e323f032ed52a937a51f13bde7a0f05613c1b579001380d4076ebf
|
||||
size 9964264
|
||||
oid sha256:308c4b691507b67157dcc520dbd3f0b85ddbd45ae2229fb2ae2e1ebc33707d94
|
||||
size 10001016
|
||||
|
@ -63,7 +63,7 @@
|
||||
::
|
||||
^- agent:gall
|
||||
=| state=app-state
|
||||
%+ verb &
|
||||
%+ verb |
|
||||
|_ =bowl:gall
|
||||
+* this .
|
||||
def ~(. (default-agent this %|) bowl)
|
||||
|
@ -2716,7 +2716,7 @@
|
||||
|= [=message-num =message-blob]
|
||||
^- (list static-fragment)
|
||||
::
|
||||
=/ fragments=(list fragment) (rip 20 message-blob)
|
||||
=/ fragments=(list fragment) (rip 13 message-blob)
|
||||
=/ num-fragments=fragment-num (lent fragments)
|
||||
=| counter=@
|
||||
::
|
||||
@ -2741,7 +2741,7 @@
|
||||
$(index +(index), sorted [(~(got by fragments) index) sorted])
|
||||
::
|
||||
%- cue
|
||||
%+ can 20
|
||||
%+ can 13
|
||||
%+ turn (flop sorted)
|
||||
|=(a=@ [1 a])
|
||||
:: +bind-duct: find or make new $bone for .duct in .ossuary
|
||||
|
@ -376,7 +376,7 @@ _ames_recv_cb(uv_udp_t* wax_u,
|
||||
}
|
||||
else {
|
||||
{
|
||||
u3_noun msg = u3i_bytes((c3_w)nrd_i, (c3_y*)buf_u->base);
|
||||
u3_noun msg = u3i_bytes((c3_w)nrd_i, (c3_y*)buf_u->base);
|
||||
|
||||
// u3l_log("ames: plan\r\n");
|
||||
#if 0
|
||||
|
Loading…
Reference in New Issue
Block a user