Hello everyone,
I hope everyone's doing well. This is a 3 week report(June 19 - July 8)for the GSoC(Google Summer of Code) Project, eRPC(An efficient Relay Partition Checker).
Let me explain the progress of the project and the challenges. So far, the relay partition checking tool is ~50% complete, it achieves the goal of checking for partition by creating two hop circuits between all the relays present in the tor_netdir::NetDir provided by arti, it also handles the influx of relays by wrapping around the DirMgr provided by arti. You can run the application through here :
and also explore it's structure through here :
Let's go through an important challenges that I am trying to solve and community members involved in "arti" might help me out on this -:
Segregating the errors that occurred while attempting to build a circuit:
Here are list of all the errors that can occur while attempting to build a circuit :
While running the erpc application and building thousands of circuits, we found out that
With Regards,