# HG changeset patch # User Mike Becker # Date 1473329041 -7200 # Node ID f9ba63fc6a80c8c79aa16a586f06d11841276f74 # Parent e18884bbad481d7cf14c9bffa70c3f5ac641400c documents UCX_STREAM_COPY_BUFSIZE diff -r e18884bbad48 -r f9ba63fc6a80 ucx/utils.h --- a/ucx/utils.h Wed Sep 07 12:41:30 2016 +0200 +++ b/ucx/utils.h Thu Sep 08 12:04:01 2016 +0200 @@ -48,7 +48,10 @@ #include #include #include - + +/** + * Default buffer size for ucx_stream_copy() and ucx_stream_ncopy(). + */ #define UCX_STREAM_COPY_BUFSIZE 4096 /**