status-go/eth-node/bridge/geth
Andrea Maria Piana 75e0809f50 Split datasync messages in batches
When sending messages in quick succession, it might be that multiple
messages are batched together in datasync, resulting in a single large
payload.
This commit changes the behavior so that we can pass a max-message-size
and we split the message in batches before sending.

A more elegant way would be to split at the transport layer (i.e
waku/whisper), but that would be incompatible with older client.

We can still do that eventually to support larger messages.
2020-11-05 12:45:29 +01:00
..
ens Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
envelope.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
envelope_error.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
envelope_event.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
keystore.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
mailserver_response.go Make shhext and protocol work with Waku (#1777) 2020-01-13 20:17:30 +01:00
node.go Check that server is nil before calling peers count 2020-11-03 07:21:52 +01:00
public_waku_api.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
public_whisper_api.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
subscription.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
syncevent_response.go Set Whisper version submodule to v6 (#1725) 2019-12-09 11:36:14 +01:00
syncmailrequest.go Set Whisper version submodule to v6 (#1725) 2019-12-09 11:36:14 +01:00
waku.go Split datasync messages in batches 2020-11-05 12:45:29 +01:00
whisper.go Split datasync messages in batches 2020-11-05 12:45:29 +01:00