iroh
iroh copied to clipboard
[WIP] Integrate tarpc instead of grpc
Experiment to see how tarpc behaves when used instead of grpc
- Tarpc does not provide load balancing out of the box but we shouldn't actually need it currently.
- The current config is very likely wrong.
- The current deadlines are set to 60s
- There is no streaming in tarpc, right now we actually don't need it due to the changes in bitswap, but we will need to build sth manual for that if we want to use this
- UDS support is not done yet, but it should be straightforward to add, there is integrated support being added to master@tarpc currently