
rwSocketSelect and rwSecureSocketSelect
These functions no longer throw an exception if called with very long timeout values. Any timeout value is subject to the limits of the underlying library function select().
If you application relies on an exception being thrown from these functions when they are passed large timeout values, you may need to manually check for those large values before calling these functions.
RWSocket Equality/Inequality Operators
Free functions operator== and operator!= have been added for RWSocket, where previously operator== was a member function. Changing operator== to a free function may cause existing code to break if the operator was accessed as a function (s1.operator==(s2) or &RWSocket::operator==). It is recommended that you update your code to use the free function.
Copyright © Rogue Wave Software, Inc. All Rights Reserved.
The Rogue Wave name and logo, and SourcePro, are registered trademarks of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.