Hi @GanesanGuru ,
I have a question, if you porting a simple C++ demo, eg, just led blinky, whether that function works or not?
Do you try to debug it, whether your ENET init is OK, then use the connection, you need to check step by step, just to check whether you lack some code or not.
Do you also try the SDK demo for - lwip_ipv4_ipv6_echo_freertos, also make sure that works OK on your platform. Then if still have issues, it means your C++ porting have issues, also check the stack, heap situation.
Best Regards,
Kerry