I need send and receive reliable datagrams between peers (by using RPC). Every peer is service in service-oriented architecture. But any peer may be written on Python or C++ (Python services with asyncio and C++ Unreal Engine 4 instances - clients and servers).
So I search for done RUDP implementations for C++ and Python both.
What are RUDP implementations best to use for this task?