Masakazu Kitajo

Results 158 comments of Masakazu Kitajo

The workaround is something similar to what I tried to do on #7595, which couldn't pass some of autests. I agree that a complete fix would be something like #7845.

> I added a throw to the libswoc code in since that seemed the appropriate thing in a stand-alone library. Do we want to make a fork of libswoc? I'd...

> We are expecting 3.0 actual to be released in Q3 of this year. https://mta.openssl.org/pipermail/openssl-users/2021-June/013900.html

I updated the list. The biggest change since the last check is that `HMAC()` function (one-shot HMAC function) was un-deprecated. HMAC low level functions were kept deprecated. Also, this is...

Actually FreeBSD 11.0 supports them. ``` HISTORY The recv() function appeared in 4.2BSD. The recvmmsg() function appeared in FreeBSD 11.0. ``` https://www.freebsd.org/cgi/man.cgi?query=recvmmsg&manpath=FreeBSD+11.0-RELEASE https://www.freebsd.org/cgi/man.cgi?query=sendmmsg&manpath=FreeBSD+11.0-RELEASE

macOS doesn't, as far as I know. However, I don't think that will be a reason to not use `*mmsg()`. In my opinion, we should use native `*mmsg()` and create...

Update: It seems like we can use `recvmsg_x` on macOS.

I haven't seen any discussion about how we do this yet. I'm not sure if it's good or bad for DNS, but I'd use recv/sendmmsg for the both if there's...

I wonder if we can also have a run-time setting (i.e. one for records.config) to enable/disable io_uring. It would be useful for testing/trouble shooting. And it would be also nice...