Added the receiver configuration attribute (transport_lbtru_maximum_connect_attempts) to enable LBT-RU receivers to detect and clean-up after detection of a dead source.
Added Topic Sequence Number Information messages to enable faster detection of loss for intermittent senders.
Added use of shared sockets for LBT-RM receivers listening to different sessions using the same multicast address and port.
Added gather send support to C API (lbm_src_send/lbm_src_send_ex).
Added optional session IDs to LBT-RU transports to better distinguish between different LBT-RU sessions originating from the same source.
Changed receiver setup to ignore certain socket errors, preventing the receiver from being created in an inconsistent state which can cause fatal assertion logic to appear when the receiver is eventually deleted.
Fixed initialization of Java LBMReceiverStatistics and LBMSourceStatistics objects originating from a monitoring callback.
Fixed calculation of LBT-RM source statistics transmission window size.
Fixed improper locking in receiver statistics retrieval code that under certain circumstances could allow an assertion (*num>=ctx-&;num_rcv_demuxs) and/or subsequent corruption problem.
Changed maximum topic name length to 246 bytes to avoid corruption problems with multicast immediate messages.
Corrected reallocation of file descriptor map used in select file descriptor management to avoid assert (mapentry->exceptcb!=NULL) and corruption.
Added UME store configuration attribute (receiver-new-registration-rollback) to allow the store to better control late join behavior for new receivers.
Increased minimum disk file limit for the UME store to 196992 bytes.
Copyright (c) 2004 - 2014 Informatica Corporation. All rights reserved.