nskinkel / oppy

A Tor client (onion proxy) implementation in Python
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

(cell branch) Define cell constants in one place #79

Closed nskinkel closed 9 years ago

nskinkel commented 9 years ago

Instead of mapping strings -> integer commands for all cells, we should define the command bytes for cells in one place (cell.definitions probably) and just use these constants.

nskinkel commented 9 years ago

Fixed in cell branch.