Skip to content

Library expects ads packets to be maximum 1 ethernet frame #9

@haakonnessjoen

Description

@haakonnessjoen

The library expects a packet to never exceed one ethernet frame. This is not a limitation in ADS it self.

All packets are read to this variable:
dc->msgIn

Which is a stack variable of 1524 bytes.
This variable should instead be dynamically allocated heap according to the length specified in the ads read/write command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions