summaryrefslogtreecommitdiffstats
path: root/src/config.h
Commit message (Collapse)AuthorAgeFilesLines
* config.h: Lower serializer len to 800 for nowSimon Rettberg2020-07-161-1/+1
| | | | | | | Stack frames for kernel code shouldn't exceed 1024 bytes. As we usually allocate the serializer buffer on the stack, lower it to 800 bytes to give some headroom. Move to a kalloc() and raise the limit again, should this limit be too small.
* first version of dnbd3-ngFrederic Robra2019-06-251-0/+43