1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-09-04 02:02:29 +00:00

correct bflsc BFLSC_BUFSIZ max calculation

This commit is contained in:
Kano 2013-06-04 22:37:00 +10:00
parent 4d749ff44b
commit a16f51fb2e

View File

@ -32,10 +32,11 @@
/* /*
* With Firmware 1.0.0 and a result queue of 20 the Max is: * With Firmware 1.0.0 and a result queue of 20 the Max is:
* header = 9 * inprocess = 12
* 64+1+32+1+1+(1+8)*8+1 per line = 172 * 20 * max count = 9
* 64+1+24+1+1+(1+8)*8+1 per line = 164 * 20
* OK = 3 * OK = 3
* Total: 3452 * Total: 3304
*/ */
#define BFLSC_BUFSIZ (0x1000) #define BFLSC_BUFSIZ (0x1000)