Added note that buffer may not be smaller than 32768
This commit is contained in:
parent
f78e267af1
commit
bd925d41ee
@ -44,7 +44,8 @@ SIGKILL, SIGCHLD, SIGSTOP, SIGURG
|
||||
|
||||
|
||||
/* 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
|
||||
|
@ -41,6 +41,7 @@ SIGKILL, SIGCHLD, SIGSTOP, SIGURG
|
||||
|
||||
|
||||
/* The maximum size for a (SCSI) i/o transaction */
|
||||
/* Important : MUST be at least 32768 ! */
|
||||
#define BURN_OS_TRANSPORT_BUFFER_SIZE 65536
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user