Hi, thanks for the nice library! Is io_uring_prep_cmd_sock supported? If not, is there a fundamental reason it is not supported?
Use case: I'm using io_uring AcceptMulti with allocate_file_index, and I register files with register_files_sparse. Therefore I have FixedFds only, so I can't use the regular sync setsockopt/getsockopt interface, lacking a normal fd.
Hi, thanks for the nice library! Is io_uring_prep_cmd_sock supported? If not, is there a fundamental reason it is not supported?
Use case: I'm using io_uring
AcceptMulti
withallocate_file_index
, and I register files withregister_files_sparse
. Therefore I haveFixedFd
s only, so I can't use the regular sync setsockopt/getsockopt interface, lacking a normal fd.