Skip to content

Increase UDP buffer size #32

@pietdevaere

Description

@pietdevaere

The buffer size of the UDP sockets used by minq should be increased. On my machine (a recent Debian version) the buffers overflow when there is a high amount of ACK traffic. (a minimum amount of buffer space is allocated per packet, when there are a lot of small ACK packets, this causes overflows, even with proper congestion control). I am not quite sure if minq should do this internally (in udp_transport.go), or if it should be handled by the user (in bin/{server|client}/main.go)

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