TCP listener runs, even through proxy. #415

Closed
opened 2013-08-16 23:53:07 +02:00 by AyrA · 4 comments
AyrA commented 2013-08-16 23:53:07 +02:00 (Migrated from github.com)

I developed a portable SOCKS proxy for windows and used bitmessage to debug it.
Interesting so far:
It looks like bitmessage (when asked to connect through proxy) still leaves the listener open for some reason. I have bitmessage running through my socks proxy, the listener is still active and I even had an incoming connection from a TOR exit node.
Bitmessage is running through my proxy since about 2 hours.

Screenshot

I developed a portable SOCKS proxy for windows and used bitmessage to debug it. Interesting so far: It looks like bitmessage (when asked to connect through proxy) still leaves the listener open for some reason. I have bitmessage running through my socks proxy, the listener is still active and I even had an incoming connection from a TOR exit node. Bitmessage is running through my proxy since about 2 hours. ![Screenshot](https://ayra.ch/images/screens/2013_08_16__23_44_44.png)
fiatflux commented 2013-08-17 02:12:10 +02:00 (Migrated from github.com)
This is a feature, no? https://github.com/Bitmessage/PyBitmessage/pull/297
AyrA commented 2013-08-17 14:53:09 +02:00 (Migrated from github.com)

Not if the checkbox is disabled

Not if the checkbox is disabled
fiatflux commented 2013-08-18 00:17:45 +02:00 (Migrated from github.com)

Ach so! Did not notice the checkbox.

Ach so! Did not notice the checkbox.
PeterSurda commented 2015-11-27 13:44:18 +01:00 (Migrated from github.com)

The listener thread is running when you turn on socks, but if sockslisten is off, then it will not accept the connections, rather they will stuck and not be processed. I just tested it as well. I think that this solution is ok, because it will handle settings change without having to restart.

The listener thread is running when you turn on socks, but if sockslisten is off, then it will not accept the connections, rather they will stuck and not be processed. I just tested it as well. I think that this solution is ok, because it will handle settings change without having to restart.
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2025-02-27#415
No description provided.