|
|
@ -33,7 +33,8 @@ |
|
|
* Read ahead limits. |
|
|
* Read ahead limits. |
|
|
* These values should be conficurable in the future. |
|
|
* These values should be conficurable in the future. |
|
|
*/ |
|
|
*/ |
|
|
#define CEP_WRITE_BUFFER_THRESHOLD 128 * 1024 |
|
|
|
|
|
|
|
|
#define CEP_WRITE_BUFFER_THRESHOLD 512 * 1024 |
|
|
|
|
|
#define CEP_DEFAULT_READ_SIZE 128 * 1024 |
|
|
|
|
|
|
|
|
TR_CLASS(TR_CommEndPoint) { |
|
|
TR_CLASS(TR_CommEndPoint) { |
|
|
TR_EXTENDS(TR_EventSubject); |
|
|
TR_EXTENDS(TR_EventSubject); |
|
|
|