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) Add constants for various cell "reason" fields #87

Closed nskinkel closed 9 years ago

nskinkel commented 9 years ago

Certain kinds of cells (Destroy cells, RelayEnd cell, etc.) come with a reason byte that describes why a response was given. We should map these to the reasons defined in tor-spec so we can access the human readable string.

nskinkel commented 9 years ago

Fixed in cell branch.