[tor-bugs] #5083 [Obfsproxy]: Implement heartbeat message in obfsproxy
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Mon Feb 13 14:36:18 UTC 2012
#5083: Implement heartbeat message in obfsproxy
-------------------------+--------------------------------------------------
Reporter: karsten | Owner: asn
Type: enhancement | Status: needs_review
Priority: normal | Milestone:
Component: Obfsproxy | Version:
Keywords: | Parent:
Points: | Actualpoints:
-------------------------+--------------------------------------------------
Comment(by asn):
Please see branch `bug5083` in
`https://git.gitorious.org/obfsproxy/obfsproxy.git`.
It disables connection statistics for obfsproxy when in client/socks-mode,
and it tweaks the code a bit.
Roger would like a client counter in heartbeat too. Seems like a good
idea. Unfortunately, the length of the `connections` smartlist in
`network.c` doesn't match the number of clients, since each client
corresponds to two connections in obfsproxy (one upstream, one
downstream). I am wondering whether dividing the `connections` smartlist
length by 2 and rounding it down gives us the correct answer every time,
even when only one end of the connection is connected.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5083#comment:15>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list