From: Andreas Fritiofson Date: Sat, 16 Jul 2011 12:30:20 +0000 (+0200) Subject: rlink: fix reply counter to enable sending full buffers X-Git-Tag: v0.6.0-rc1~627 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=5812ef2b73db2f513f9c42d6cf4b695268d04d69;hp=5812ef2b73db2f513f9c42d6cf4b695268d04d69 rlink: fix reply counter to enable sending full buffers dtc_queue.reply_index was wrongly being increased during out scans, causing the queue to be sent before the out buffer was full. This patch increases raw upload speed by 50% or so. Signed-off-by: Andreas Fritiofson ---