Opened 13 years ago
Closed 13 years ago
#2412 closed Enhancement (fixed)
tracker query should use bind address too
Reported by: | Elbandi | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 1.80 |
Component: | libtransmission | Version: | 1.74 |
Severity: | Normal | Keywords: | PATCH |
Cc: |
Description
My server has a ip alias address, the T daemon is use this alias (set in config file with bind-address-ipv4). But i notice, the tracker say me passive mode. Becuse in tracker announce we send only the ip, but announce use different ip (the interface default address).
There are 2 solution: send the ip address in tracker announce, or curl sould use bind address too.
But in my test, sendin my ip in tracker announce doesnt work (or i made a mistake), so i made a patch to bind curl to bindaddress.
Attachments (1)
Change History (4)
Changed 13 years ago by Elbandi
comment:1 Changed 13 years ago by charles
- Milestone changed from None Set to 1.80
- Status changed from new to assigned
- Type changed from Bug to Enhancement
comment:2 Changed 13 years ago by livings124
- Summary changed from tracker query sould use bind address too to tracker query should use bind address too
comment:3 Changed 13 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
added to trunk for 1.80 in r9380