search for: smb_initial_packet_size

Displaying 1 result from an estimated 1 matches for "smb_initial_packet_size".

2003 Jul 23
1
[SOLVED] mount.smbfs problem
...he SuSE linux 8.2 kernel 2.4.20 - your mileage may vary): --- /usr/src/linux/include/linux/smb.h.old 2003-07-22 22:03:01.000000000 -1000 +++ /usr/src/linux/include/linux/smb.h 2003-07-22 22:03:17.000000000 -1000 @@ -107,7 +107,7 @@ * including smb_bcc */ #define SMB_INITIAL_PACKET_SIZE 4000 -#define SMB_MAX_PACKET_SIZE 32768 +#define SMB_MAX_PACKET_SIZE 65536 /* reserve this much space for trans2 parameters. Shouldn't have to be more than 10 or so, but OS/2 seems happier like this. */ [questions] Why does 3.0.0beta3 need 57,231 parm bytes? Is it me or some change in...