onet
onet copied to clipboard
LocalManager connect is slow
While working on timeout issues in cothority, we saw that LocalManager
can take a long time to set up a connection (10ms or more), which is somewhat counterintuitive.
Is it possible to speed up the time needed to create connections using the LocalManager?
First simple test replacing NewLocalTest
with NewTCPTest
shows no improvement - so perhaps the problem is further up?