diff --git a/source/birchwood/config/conninfo.d b/source/birchwood/config/conninfo.d index 5181e8f..d2b77f5 100644 --- a/source/birchwood/config/conninfo.d +++ b/source/birchwood/config/conninfo.d @@ -73,6 +73,17 @@ public struct ConnectionInfo return this.bulkReadSize; } + /** + * Sets the read-dequeue size + * + * Params: + * bytes = the number of bytes to dequeue at a time + */ + public void setBulkReadSize(ulong bytes) + { + this.bulkReadSize = bytes; + } + /** * Get the address of the endpoint server *