zed/crates/rpc/src
Antonio Scandurra 339069b1d3 Cap MessageStream buffer size to 1MB
We temporarily let it grow when the message size exceed the limit,
but restore the buffer's capacity shortly after. This ensures that,
for each connection in its entire lifetime, we only ever use 1MB.
2022-05-31 11:16:32 +02:00
..
auth.rs
conn.rs Get zed.dev working with new collab backend 2022-04-26 11:15:41 -06:00
macros.rs Start work on RPC endpoints for dealing with contact requests 2022-05-06 15:44:47 -07:00
peer.rs Implement /rpc_server_snapshot endpoint 2022-05-25 17:42:25 -06:00
proto.rs Cap MessageStream buffer size to 1MB 2022-05-31 11:16:32 +02:00
rpc.rs Bump protocol version 2022-05-31 08:13:05 +02:00