kcapi_get_maxsplicesize
Get maximum buffer size for splice
- Provided by: libkcapi-dev (Version: 1.4.0-1)
- Source: libkcapi
- Report a bug
Get maximum buffer size for splice
int kcapi_get_maxsplicesize(struct kcapi_handle * handle);
handle
The call returns the maximum number of bytes that can be handled with splice.
return Maximum buffer size in bytes
Stephan Mueller <smueller@chronox.de>