Merge branch 'develop' into 'develop'

Develop

See merge request open-source/flexnbd-c!35
This commit is contained in:
Ian Chilton
2018-01-24 12:42:49 +00:00

View File

@@ -16,7 +16,7 @@
/* 1MiB is the de-facto standard for maximum size of header + data */
#define NBD_MAX_SIZE ( 1024 * 1024 )
#define NBD_MAX_SIZE ( 32 * 1024 * 1024 )
#define NBD_REQUEST_SIZE ( sizeof( struct nbd_request_raw ) )
#define NBD_REPLY_SIZE ( sizeof( struct nbd_reply_raw ) )