Loading evaluation/demonstration/server.c +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ #define BUFSIZZ 20000 #define DISABLE_NAGLE 0 // MC - comment to test I can commit changes to the new Forge #ifdef DEBUG #define DEBUG_PRINT(...) do{ fprintf( stdout, __VA_ARGS__ ); } while( false ) Loading Loading
evaluation/demonstration/server.c +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ #define BUFSIZZ 20000 #define DISABLE_NAGLE 0 // MC - comment to test I can commit changes to the new Forge #ifdef DEBUG #define DEBUG_PRINT(...) do{ fprintf( stdout, __VA_ARGS__ ); } while( false ) Loading