Closed
Description
The RLPx specification says,
A multi-frame packet is a packet which is split (aka chunked) into multiple frames because it's size is larger than the protocol window size
Currently, the Frame
module only handles a single or normal frame. At some point we need to handle multi-frame packets.
There is also a TODO
comment in lib/ex_wire/framing/frame.ex
to that effect.