szmate1618 / comets

1 stars 0 forks source link

Split original packet into multiple packets if it does not fit into the buffer #105

Closed szmate1618 closed 2 years ago

szmate1618 commented 2 years ago

This fixes a buffer overflow error in Protocol.cpp, when the visible ServerState for a specific user was too big to all fit into the send buffer at the same time.