Skip to content

[Bug] Multi packet responses fail when there's more than a dozen responses #11

Description

@c43721

When doing a long command that forces multi-packet responses in TF2, such as cvarlist, we're dropping packets. More importantly, we're getting packet responses that have larger-than-normal sizes (exceeding that of SRCDS's maximum of 4096.)

That said, srcds seems to be more than happy to send us packets upwards of 4100 bytes, which is strange. Unsure whether this is caused by node's buffering of the data (which it shouldn't since the socket doesn't drain) or if srcds is the fault here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions