Skip to content

Generated packets could be too big #468

@anti-social

Description

@anti-social

I believe that we should use current MAX_MSG_ABSOLUTE constant only for parsing incoming packet. It is too big for standard network configuration as it will cause fragmentation which almost always is a problem. I think maximum generated packet size should be no more than 1452 = 1500 - 40 (ipv6 header) - 8 (udp header). For bigger packets there might be a special setting.

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