Skip to content

[BUG] Malformed Packet #65

@ABOTHET

Description

@ABOTHET

I can't send a packet that weighs about more than 1600 bytes.

C→S: [Resource Pack Client Response] (I receive confirmation that it is possible to send a "Start Game" packet)
S→C: [Start Game] (I am sending a packet that is about more than 1600 bytes and nothing happens, but in the wireshark program it shows a "malformed packet");

I guarantee that the interaction with the client was correct before, which means that the problem is in the library.
It seems that the library cannot split the packet into raknet fragments in order to send it to the client in parts.

BpeaBsHoaa8
image

1 screen (

1 packet is | C→S: The client's response to the resource package,

2 packet is | S→C: Start game
Which is about more than 1600 bytes

)

screen 2, the same data, but I have reduced the "Start Game" packet.

Moreover, I receive a large "Login" package from the client without any problems. (screen 3)
image

I used a translator, so the message may be incorrect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions