Skip to content

UDP_DATAGRAMSIZE at compile time #451

@sonoro1234

Description

@sonoro1234

Hello,

In order to change UDP_DATAGRAMSIZE at compile time but without modifying sources, it would be useful to have instead of:

#define UDP_DATAGRAMSIZE 8192

#ifndef UDP_DATAGRAMSIZE 
#define UDP_DATAGRAMSIZE 8192
#endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions