Skip to content

ADF2UDPServer upgrade

Guillaume Baulieu requested to merge string_view into preprod

ADF2UDPServer :

  • Possibility to dump output data into a file
  • Fill the UDP packet with 'F' when ADF frame is smaller than packet
  • Optimization of the packet building (memcpy instead of strings concatenation)

RedisCentralMemory :

  • Use string_view to optimize the set() method

Merge request reports