Problem:
- Product Name: VisiBroker
- Product Version: 7.0 SP1, 8.0 SP1
- Component: C
- Platform : All
"CR6453 - When starting the VisiBroker process, it always sets SO_REUSEPORT, and does not allow customer to change the behaviour"
Resolution:
Note that in the actual enhancement implementation, VisiBroker C does not use SO_REUSEPORT, but rather uses SO_REUSEADDR to control the server binding socket option.
This enhancement allows SO_REUSEADDR to be set by using the environment variable VB_SO_REUSEADDR.
When set VB_SO_REUSEADDR to 1, VisiBroker C uses SO_REUSEADDR (the default), otherwise when set to 0, it does not use SO_REUSEADDR.
Incident #2487191
#Security
#c
#C
#VisiBroker