ADF2UDPServer upgrade
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