diff options
Diffstat (limited to 'src/stable/client.cpp')
-rw-r--r-- | src/stable/client.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stable/client.cpp b/src/stable/client.cpp index 159d103..34dc798 100644 --- a/src/stable/client.cpp +++ b/src/stable/client.cpp | |||
@@ -13,8 +13,6 @@ | |||
13 | #include "bu/clientlinkfactory.h" | 13 | #include "bu/clientlinkfactory.h" |
14 | #include "bu/mutexlocker.h" | 14 | #include "bu/mutexlocker.h" |
15 | 15 | ||
16 | /** Read buffer size. */ | ||
17 | #define RBS (2000) // 1500 is the nominal MTU for ethernet, it's a good guess | ||
18 | #ifdef PROFILE_BU_SERVER | 16 | #ifdef PROFILE_BU_SERVER |
19 | #define BU_PROFILE_START( x ) Bu::Profiler::getInstance().startEvent( x ) | 17 | #define BU_PROFILE_START( x ) Bu::Profiler::getInstance().startEvent( x ) |
20 | #define BU_PROFILE_END( x ) Bu::Profiler::getInstance().endEvent( x ) | 18 | #define BU_PROFILE_END( x ) Bu::Profiler::getInstance().endEvent( x ) |