Re: [tor-bugs] #9241 [Tor]: Abstract and decouple path selection from circuit construction

2015-10-01 Thread Tor Bug Tracker & Wiki
#9241: Abstract and decouple path selection from circuit construction
-+-
 Reporter:   |  Owner:
  mikeperry  | Status:  assigned
 Type:   |  Milestone:  Tor: 0.2.8.x-final
  enhancement|Version:  Tor: 0.2.7
 Priority:  normal   |   Keywords:  tor-client, mike-0.2.5,
Component:  Tor  |  027-triaged-1-in, 028-triaged
   Resolution:   |  Parent ID:  #9001
Actual Points:   |Sponsor:  SponsorU
   Points:  large|
-+-

Comment (by mikeperry):

 This may help with the original side channel issue found in #16585. We
 should keep that in mind when designing these data structures and code. If
 we're lucky, we may be able to have a set of different types of paths pre-
 made well before a circuit needs to be built.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #9241 [Tor]: Abstract and decouple path selection from circuit construction

2015-10-01 Thread Tor Bug Tracker & Wiki
#9241: Abstract and decouple path selection from circuit construction
-+-
 Reporter:   |  Owner:
  mikeperry  | Status:  assigned
 Type:   |  Milestone:  Tor: 0.2.8.x-final
  enhancement|Version:  Tor: 0.2.7
 Priority:  normal   |   Keywords:  tor-client, mike-can,
Component:  Tor  |  027-triaged-1-in, 028-triaged
   Resolution:   |  Parent ID:  #9001
Actual Points:   |Sponsor:  SponsorU
   Points:  large|
-+-
Changes (by mikeperry):

 * keywords:  tor-client, mike-0.2.5, 027-triaged-1-in, 028-triaged => tor-
 client, mike-can, 027-triaged-1-in, 028-triaged


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #9241 [Tor]: Abstract and decouple path selection from circuit construction

2015-10-01 Thread Tor Bug Tracker & Wiki
#9241: Abstract and decouple path selection from circuit construction
-+-
 Reporter:   |  Owner:
  mikeperry  | Status:  assigned
 Type:   |  Milestone:  Tor: 0.2.8.x-final
  enhancement|Version:  Tor: 0.2.7
 Priority:  normal   |   Keywords:  tor-client, mike-0.2.5,
Component:  Tor  |  027-triaged-1-in, 028-triaged
   Resolution:   |  Parent ID:  #9001
Actual Points:   |Sponsor:  SponsorU
   Points:  large|
-+-

Comment (by mikeperry):

 Oh, see also #12595 and #15458 during the design phase here.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #9241 [Tor]: Abstract and decouple path selection from circuit construction

2015-04-16 Thread Tor Bug Tracker Wiki
#9241: Abstract and decouple path selection from circuit construction
-+-
 Reporter:   |  Owner:
  mikeperry  | Status:  assigned
 Type:   |  Milestone:  Tor: 0.2.7.x-final
  enhancement|Version:  Tor: 0.2.7
 Priority:  normal   |   Keywords:  tor-client, mike-0.2.5,
Component:  Tor  |  027-triaged-1-in, SponsorU
   Resolution:   |  Parent ID:  #9001
Actual Points:   |
   Points:  large|
-+-
Changes (by isabela):

 * keywords:  tor-client, mike-0.2.5, 027-triaged-1-in = tor-client,
 mike-0.2.5, 027-triaged-1-in, SponsorU
 * version:   = Tor: 0.2.7
 * points:   = large


--
Ticket URL: https://trac.torproject.org/projects/tor/ticket/9241#comment:8
Tor Bug Tracker  Wiki https://trac.torproject.org/
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #9241 [Tor]: Abstract and decouple path selection from circuit construction

2013-07-11 Thread Tor Bug Tracker Wiki
#9241: Abstract and decouple path selection from circuit construction
+---
 Reporter:  mikeperry   |  Owner:  mikeperry 
 Type:  enhancement | Status:  new   
 Priority:  normal  |  Milestone:  Tor: 0.2.5.x-final
Component:  Tor |Version:
 Keywords:  tor-client, mike-0.2.5  | Parent:  #9001 
   Points:  |   Actualpoints:
+---
Changes (by mikeperry):

  * parent:  = #9001


-- 
Ticket URL: https://trac.torproject.org/projects/tor/ticket/9241#comment:1
Tor Bug Tracker  Wiki https://trac.torproject.org/
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #9241 [Tor]: Abstract and decouple path selection from circuit construction

2013-07-11 Thread Tor Bug Tracker Wiki
#9241: Abstract and decouple path selection from circuit construction
+---
 Reporter:  mikeperry   |  Owner:  mikeperry 
 Type:  enhancement | Status:  new   
 Priority:  normal  |  Milestone:  Tor: 0.2.5.x-final
Component:  Tor |Version:
 Keywords:  tor-client, mike-0.2.5  | Parent:  #9001 
   Points:  |   Actualpoints:
+---

Comment(by nickm):

 Also, this isn't just about #9001: decoupling and abstracting the path
 selection code would:
   * let researchers prototype new path selection algorithms more easily
   * make the path selection code more testable^*^, and make changes to
 that code testabe
   * make the path selection code easier to review
   * probably, make the path selection code less buggy

 Does anybody want to take a stab at figuring out what the API should look
 like here?  I can try to outline it in a week or two, if not.

 ^*^ Having 'testable' code helps, but since we need to make our
 refactoring itself tested, making the code testable is more of a long-term
 advantage than a short-term one.  (That is, in order to refactor to become
 easier to test, we must first write tests.)

-- 
Ticket URL: https://trac.torproject.org/projects/tor/ticket/9241#comment:2
Tor Bug Tracker  Wiki https://trac.torproject.org/
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #9241 [Tor]: Abstract and decouple path selection from circuit construction

2013-07-11 Thread Tor Bug Tracker Wiki
#9241: Abstract and decouple path selection from circuit construction
+---
 Reporter:  mikeperry   |  Owner:  mikeperry 
 Type:  enhancement | Status:  new   
 Priority:  normal  |  Milestone:  Tor: 0.2.5.x-final
Component:  Tor |Version:
 Keywords:  tor-client, mike-0.2.5  | Parent:  #9001 
   Points:  |   Actualpoints:
+---

Comment(by nickm):

 Merging #8949 or something like it would help write good initial tests
 here.

-- 
Ticket URL: https://trac.torproject.org/projects/tor/ticket/9241#comment:3
Tor Bug Tracker  Wiki https://trac.torproject.org/
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs