gnodet opened a new pull request, #22103: URL: https://github.com/apache/camel/pull/22103
## Summary - Add `setReuseAddress(true)` to `AS2ServerConnection` and `AS2AsyncMDNServerConnection` - Without this, restarting the AS2 server quickly can cause `BindException` due to TCP TIME_WAIT state on the port - Fix: create unbound sockets, set `setReuseAddress(true)`, then bind — for both plain and SSL server sockets ## Test plan - [x] Module compiles successfully - [x] No behavioral change for normal operation — `setReuseAddress(true)` only affects port rebinding after close -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
