|
From: Mats F. <ma...@us...> - 2001-07-09 09:48:38
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- rfcomm.c 1.115 1.116=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Increased the number of credits The diff of the modified file(s): --- rfcomm.c 2001/07/06 06:46:54 1.115 +++ rfcomm.c 2001/07/09 09:48:37 1.116 @@ -132,9 +132,9 @@ =20 #define RFCOMM_MAX_HDR_SIZE 5 =20 -#define MAX_CREDITS 20 +#define MAX_CREDITS 30 #define START_CREDITS 7 -#define MIN_CREDITS 3 +#define MIN_CREDITS 15 =20 #define DEF_RFCOMM_MTU 127 =20 |