Added note that buffer may not be smaller than 32768

This commit is contained in:
Thomas Schmitt 2007-01-08 10:30:30 +00:00
parent ab51d551d3
commit 6a69cfcf07
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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