Function pub_set_max_bandwidth_udp

Function pub_set_max_bandwidth_udp#

Function Documentation#

ECAL_API bool pub_set_max_bandwidth_udp(ECAL_HANDLE handle_, long bandwidth_)#

Set publisher maximum transmit bandwidth for the udp layer.

Deprecated:

Will be removed in future eCAL versions.

Parameters:
  • handle_ – Publisher handle.

  • bandwidth_ – Maximum bandwidth in bytes/s (-1 == unlimited).

Returns:

True if succeeded.