2e35417fe5
* Added RCCL env params to control setting the SO_REUSEADDR and SO_LINGER socket options. This can allow control over the number of file descriptors created during bootstrapping. * Casted the linger value to `int` sooner to avoid a scope of unknown typed-ness. * Added CHANGELOG entry for this feature.