[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Streams are always detached..
- To: or-talk@xxxxxxxx
- Subject: Streams are always detached..
- From: "Василий Озеров" <fr33m2n@xxxxxxxxx>
- Date: Fri, 17 Oct 2008 18:30:23 +0400
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Fri, 17 Oct 2008 10:30:28 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=BVIt2yRzEGeaz2Hx1s+BvJ9iMZVfOc7qJ1/7ZIbMVqQ=; b=ZRFSsho5fLHnZJnLR41iXK0W167lJLPoTU9C34718midnTEQTV41rNOUwLs4ptC3Ak E7JjmkSPX2KBT8HNtbH60IBZjq5IP9zqKWT6qF2IYkkIPIEI0O3xTEmQJPfUNDNmp0ZG 1ASsjoBIMPbiT87FX/Dva5pXR8WdVXKOXkMoQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=h5b8W3SO9mpT4EWMhvSIj28P3fh8HEBR6Trgw6LrKYRA85JwSffqmnNvWcwomazLM6 rFEQJphWWlARPjNhC1opjrGneChJIrQF7NIzl+TsPqMDPJFZUxd4pm5DbUY6Lp6mE1HD wFouYiI6KhS1akum6LL3h5Mhn1ZSncJvaX+Hc=
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
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