Subject: Not able to receive data in my C/C++ UDP receiver code from sender using custom DPDK application in C/C++
Scenario 1: A simple C/C++ application sends data from one Linux PC to another PC running a simple C/C++ receiver application.
Result: Sender is able to send and receiver is able to receive data.