Feature #2568
Add option to not bind to any port for file transfer
| Status: | New | Start date: | 05/04/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| Fixed in Git commit: | Additional information: | |||
| Junior job: | No |
Description
I want to be able to not see that:
$ netstat -tupan | grep kadu | grep 0.0.0.0 (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp 0 0 0.0.0.0:8010 0.0.0.0:* LISTEN 2190/kadu udp 0 0 0.0.0.0:54411 0.0.0.0:* 2190/kadu
This 8010 port is configured the Configuration -> Jabber/XMPP section (BTW, couldn't it be configured per-account? does it even work properly with multiple accounts?). And this 54411 is a random port I think, I don't know where it's binded.
History
Updated by Rafał Malinowski about 1 year ago
It is one setting for all accounts. Dont ask me how it works, but it works...
Updated by Rafał Malinowski 2 months ago
- Target version deleted (
1.0)