RoboCup-SPL / GameController

Old RoboCup Standard Platform League GameController, still needed for support tools
Other
46 stars 59 forks source link

Fix buffer size for forwarded GameControlReturnData packages #47

Closed Koensw closed 2 years ago

Koensw commented 2 years ago

Forwarded packets are 4 bytes larger to contain the address. If the buffer is not expanded all forwarded messages are marked invalid in the TCM, because it fails to extract the last field.

ahasselbring commented 2 years ago

Thanks, well spotted!