diff -r aeaf7db26fac -r c094afcdfb27 src/ucx/utils.c --- a/src/ucx/utils.c Sun Jul 09 15:14:26 2023 +0200 +++ b/src/ucx/utils.c Mon Jul 10 18:39:24 2023 +0200 @@ -28,8 +28,13 @@ #include "cx/utils.h" +#ifndef CX_STREAM_BCOPY_BUF_SIZE #define CX_STREAM_BCOPY_BUF_SIZE 8192 +#endif + +#ifndef CX_STREAM_COPY_BUF_SIZE #define CX_STREAM_COPY_BUF_SIZE 1024 +#endif size_t cx_stream_bncopy( void *src,