Thanks for the update, looks we are close to TEST 4 and it will be great to test the network when we’re there.
Here’s last week’s update about IGD:
The team are currently focused on implementing the async work in Crust and that work is nearing completion. Nat traversal is already functional, the only missing piece is IGD. IGD is a 3rd party crate and porting it to async is taking a little time because internally it uses http pull parser, etc which are themselves blocking. IGD or Internet Gateway Device is a client that communicates with a UPNP enabled gateway device (a router).
Here’s the crate
Is there a simple explanation to what parallel bootstrapping is? And why the async version of Crust? Is it to lower CPU-usage or is there more in store?
5 Likes