Upgrade 2.0 -> 2.1

Deleted: UDPTransport

Starting from 2.1, the original UDPTransport is gone and replaced with an alloc-less* UDP transport layer called UdpTransportV2.

The Steam Sample has been updated to use the UdpTransportV2 for the header size information.

Deleted: TransportConfiguration

Starting from 2.1, the TransportConfiguration is no longer a required paramter for the CoherenceBridge, Client or IClient interface's SetTransport method.

This property has also been removed from the RuntimeSettings along with DefaultTransportMode which was made obsolete in a previous update.

Deleted: ITransport::PrepareDisconnect()

In the examples for setting up a custom transport this was recommended to override to send messages before closing the transport. It is no longer required.

Last updated

Was this helpful?