-
Notifications
You must be signed in to change notification settings - Fork 980
Open
Labels
discussionprotocolThese issues are protocol level issues that should be discussed on the protocol spec repoThese issues are protocol level issues that should be discussed on the protocol spec repo
Description
If SCBs get larger than 64KB, the peer_storage message sent to peers gets truncated. This means that later when the SCB is sent back in the your_peer_storage message, it fails the MAC check.
Based on typical scb_chan serialized sizes, peer storage starts to break at ~500 channels. At maximum scb_chan serialized sizes, things break at ~200 channels.
One potential solution is to packetize large SCBs for transfer to/from peers.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
discussionprotocolThese issues are protocol level issues that should be discussed on the protocol spec repoThese issues are protocol level issues that should be discussed on the protocol spec repo