Streams are always detached..

Василий Озеров fr33m2n at gmail.com
Fri Oct 17 14:30:23 UTC 2008


Hi everyone!

I have one trouble. I want to create circuit and attach stream to it.
It's ok, when i creating circuits and try to attach streams,
but i always get "stream detached" message. But if i would like to
attach stream to circuits, that was built by tor
they are not detached.

For example:

1. Builing circuits and saying to tor that we will attach streams to circuits:

authenticate
250 OK
SETCONF __LeaveStreamsUnattached=1
250 OK
SETEVENTS STREAM
250 OK
EXTENDCIRCUIT 0 moria1,moria2,tor26
250 EXTENDED 18
getinfo circuit-status
250+circuit-status=
18 BUILT moria1,moria2,tor26
15 BUILT $45BD31668681898CE4F50D24094E80D362955CE1,$A616B8EE492D87B28EA085DCF8FAF709964B7857,EviDancer
12 BUILT $45BD31668681898CE4F50D24094E80D362955CE1,kaputtendorf,$ED3565BEF522EDF2CB47855E19316F17D25F447B
5 BUILT $A5F8D7335953D5E94C66898979A06887C60F2FAB,$8318A0A99B26785C6AB59FB3A290F6A04ADDD42C,$9B02AA745B22B3FAB37C84B5E695623DD107A74D
4 BUILT $A5F8D7335953D5E94C66898979A06887C60F2FAB,$2682892CB12EDA0B69049C42A8483A680F70F56F,poolTOR
.
250 OK

2. Trying to attach stream to _my_ circuit:

650 STREAM 17 NEW 0 google.com:80
attachstream 17 18
650 STREAM 17 SENTCONNECT 18 google.com:80
250 OK
650 STREAM 17 REMAP 18 64.233.187.99:80
650 STREAM 17 DETACHED 18 64.233.187.99:80
attachstream 17 18
650 STREAM 17 SENTCONNECT 18 64.233.187.99:80
250 OK
650 STREAM 17 DETACHED 18 64.233.187.99:80

3. Attaching stream to circuit, that was created by tor:

attachstream 17 15
650 STREAM 17 SENTCONNECT 15 64.233.187.99:80
250 OK
650 STREAM 17 REMAP 15 64.233.187.99:80
650 STREAM 17 SUCCEEDED 15 64.233.187.99:80

You can see, that this stream has succeeded.

Why the stream always detached, when i attach it to my circuit?

-- 
WBR, Ozerov Vasiliy aka fr33man



More information about the tor-talk mailing list