Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #16355

Closed (moved)
Open
Opened Jun 12, 2015 by cypherpunks@cypherpunks

[PATCH] Add usleep to data_impl functions

The send_data_impl and recv_data_impl functions can enter an annoying busy loop if a connection is laggy. Potentially if the connection never establishes, this can continue for minutes, until the connection times out, having at least one core running at 100% the entire time, which is undesirable.

Adding a usleep(1000) is enough to make sure a torsocks'd program doesn't 100% the CPU, and the user likely will not notice a 0.001 second delay.

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#16355