roost-im / roost

An experimental new Zephyr client
MIT License
4 stars 2 forks source link

Figure out startup difficulties #24

Open davidben opened 11 years ago

davidben commented 11 years ago

This is getting absurd. Current theory is the zhm retransmit bug. Install a new zhm on the server and see if that works.

davidben commented 11 years ago

That seems to have helped, but not completely eliminated the problem? Might be able to bring the chunk size back up to something less absurd.

Testing on dev machine, I have seen evidence that https://github.com/davidben/node-zephyr/issues/8 would help because we're missing some HMACKs. But I have also seen a stall which isn't explained by that.

davidben commented 11 years ago

Okay, I think I've finally gotten it now, maybe? Why is this so difficult... seriously, guys, who thought making the client speak UDP to the zhm was a good idea???

davidben commented 11 years ago

I still keep having to decrease the number of concurrent packets. What is this crap? Maybe also have a limit on the number of concurrent SERVACKs in flight?