commit | bc43659899dbd271078397e966aca9d39c7d6b00 | [log] [tgz] |
---|---|---|
author | Jeremy Friesen <jeremy.friesen@thisisant.com> | Tue May 07 14:44:01 2013 -0600 |
committer | Jeremy Friesen <jeremy.friesen@thisisant.com> | Tue May 07 14:44:01 2013 -0600 |
tree | db99754803d55779c0a7560e7dab0901c0fe8d4c | |
parent | 2d96a12078c6f9131e8b3c3907b4803111197efc [diff] |
Fixed bug with partial packet processing in multiple transport channel scenario Usage of buffers did not allow partial packet processing to function correctly if multiple ANT transport channels exist. A buffer is now allocated for each transport channel so no message mixing occurs.