[tor-bugs] #8095 [Stegotorus]: Configurable threshold on the overhead of a payload

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jan 30 10:15:08 UTC 2013


#8095: Configurable threshold on the overhead of a payload
-------------------------+--------------------------------------------------
 Reporter:  vmon         |          Owner:  zwol
     Type:  enhancement  |         Status:  new 
 Priority:  minor        |      Milestone:      
Component:  Stegotorus   |        Version:      
 Keywords:               |         Parent:      
   Points:               |   Actualpoints:      
-------------------------+--------------------------------------------------
 payload_server should be equipped with a threshold. When chopper asks for
 a payload for specific chop block, payload_server should checks each
 available payload candidate upon the block size, computes the resulting
 overhead and if the overhead exceed the threshold, should be omitted from
 the list.

 Current behaviour is as follows:

 payload_server choose randomly N payloads and stops when it finds m
 payloads all with higher capacity than chopper requested. Then the
 smallest of this list will be chosen for transmission.

 This should be changed in a way that capacity > chopper's requested
 shouldn't be the only criterion to go on the m-short list but also the
 overhead should be less than the threshold.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8095>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list