Commit 36c2084
committed
rpc_client: fix ACK counter start value
Start the ACK counter at 0, not negative. This prevents the possibility
of too many buffers pending on the receiving device, which would cause
buffers to drop and hence the upload to fail. This slightly reduces
write throughput.
Signed-off-by: Jordan Yates <jordan@embeint.com>1 parent c9753f5 commit 36c2084
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments