zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2.04k stars 592 forks source link

Initial ice_timeout removal in C++ #2242

Closed bernardnormier closed 4 months ago

bernardnormier commented 4 months ago

This PR removes:

It also updates the logic in OutgoingConnectionFactory to always use / compare endpoints with "-1" for their timeout. As a result, two endpoints that differ only with their timeout values will share the same outgoing connection.

For a follow-up PR: