Marten4n6 / TinyTor

A tiny Tor client implementation (in pure python).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

send_cell and versions race condition

opened this issue · comments

I know this is not maintained anymore but it's here for anyone trying to get this working

When send_versions is called it calls cell.get_bytes which does not work properly until _retrieve_versions is called but send_versions is called first and thus there is race condition