04:17:52 is the manta new version, support minio? 12:48:00 I am trying to compile KeyDB on SmartOS and I get an error due to the lack of SO_REUSEPORT. From what I see after some research, there was an attempt at implementation by Patrick Mooney. I see some references in some includes, but it's not clear to me if the implementation is complete... especially since in socket.h it is only activated if _KERNEL is defined... do you have any useful information?" 12:49:35 yeh we don't support it yet, you'll need to ifdef 12:52:48 ok 12:59:19 there is https://code.illumos.org/c/illumos-gate/+/464 still open 13:04:21 From what I see, it makes massive use of SO_REUSEPORT to balance on threads, and at first glance, I think it is quite complicated to remove what they added after the fork from Redis and make it compilable on SmartOS.