What is the crux of the problem you are trying to solve?
As of Node v23, the SO_REUSEPORT option is exposed via a reusePort socket option. Lactoserv should allow it in configurations.
What is the shape of the solution?
Add the option.
Is there a workaround?
Yes, in that you can pass a so-configured socket FD into Lactoserv.
Additional context
nodejs/node#12228 (comment)
What is the crux of the problem you are trying to solve?
As of Node v23, the
SO_REUSEPORToption is exposed via areusePortsocket option. Lactoserv should allow it in configurations.What is the shape of the solution?
Add the option.
Is there a workaround?
Yes, in that you can pass a so-configured socket FD into Lactoserv.
Additional context
nodejs/node#12228 (comment)