Added note that buffer may not be smaller than 32768
This commit is contained in:
parent
ab51d551d3
commit
6a69cfcf07
@ -44,7 +44,8 @@ SIGKILL, SIGCHLD, SIGSTOP, SIGURG
|
|||||||
|
|
||||||
|
|
||||||
/* The maximum size for a (SCSI) i/o transaction */
|
/* The maximum size for a (SCSI) i/o transaction */
|
||||||
#define BURN_OS_TRANSPORT_BUFFER_SIZE 65536/2
|
/* Important : MUST be at least 32768 ! */
|
||||||
|
#define BURN_OS_TRANSPORT_BUFFER_SIZE 32768
|
||||||
|
|
||||||
|
|
||||||
/** To hold all state information of BSD device enumeration
|
/** To hold all state information of BSD device enumeration
|
||||||
|
@ -41,6 +41,7 @@ SIGKILL, SIGCHLD, SIGSTOP, SIGURG
|
|||||||
|
|
||||||
|
|
||||||
/* The maximum size for a (SCSI) i/o transaction */
|
/* The maximum size for a (SCSI) i/o transaction */
|
||||||
|
/* Important : MUST be at least 32768 ! */
|
||||||
#define BURN_OS_TRANSPORT_BUFFER_SIZE 65536
|
#define BURN_OS_TRANSPORT_BUFFER_SIZE 65536
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user