demikernel
demikernel copied to clipboard
[runtime] Make `RECEIVE_BATCH_SIZE` Generic
Description
We currently have the RECEIVE_BATCH_SIZE
harcode as a constant value in network::consts
. Instead we should make this genericly available in network::NetworkRuntime
;
Related Issues
demikernel/runtime#9