Re: gdb fails to ack run-length encoded packets
"J.W. Jagersma" <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2018-02-16 22:39, Doug Gale wrote: > How do you calculate your checksum? You should checksum the encoded > data, not the uncompressed data. Ah, that makes sense. You're right, I was still summing the non-encoded data. I changed it just now and got it to work. Thanks!