Skip to content

Mention here why ethernet time-out is 31.8 seconds on W5500 #9

@0xCAFEDECAF

Description

@0xCAFEDECAF

W5100.setRetransmissionCount(8);

Maybe good to put a comment here:

    // On W5500-based hardware, the timeout doubles per retry up to a maximum of 64000 units.
    // So by specifying 8 it will take:
    // 2000 + 4000 + 8000 + 16000 + 32000 + 64000 + 64000 + 64000 + 64000 = 318000 = 31,8 seconds(!)
    // See also: https://forum.arduino.cc/index.php?topic=430605.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions