kevyang
kevyang
@dependabot rebase
@dependabot rebase
@dependabot rebase
Would we also want to update dbuf so that one double gives 32KB - 16 bytes, 2 doubles give 64KB - 16, etc? Or do you think it's acceptable to...
Probably the former, as it would make the best fit in a whole number of pages, correct?
maybe this is a silly question, but would it be better to use mmap to allocate buffer in this case, so we can also have the buffer page aligned?
@thinkingfish I am actually already working on this, it will be in ccommon. I'm adding a peer member to struct tcp_conn that will be set once connect() or accept() are...
Currently working on adding the second set of admin protocol unit tests, and I have run into a roadblock. To write these unit tests, we need to write parse_reply; currently...
I can make this fix, just creating an issue so that I remember.