Opened 6 years ago
Closed 6 years ago
#5992 closed Bug (fixed)
net.c dead code
Reported by: | cfpp2p | Owned by: | mike.dld |
---|---|---|---|
Priority: | Normal | Milestone: | 2.90 |
Component: | libtransmission | Version: | 2.84 |
Severity: | Normal | Keywords: | |
Cc: |
Description
line 663 net.c
/* Addresses outside of 2000::/3 are currently reserved, but might be allocated at some future time. Since there are a lot of buggy peers pushing around such addresses over PEX, we reject them until the end of the 13th Baktun. */ (tr_time () < 1356130800 && (address[0] & 0xE0) != 0x20);
"The current (13th) baktun will be completed on the day of the austral solstice on 13.0.0.0.0 (December 21, 2012 using the GMT correlation)." http://b2w.wikidot.com/what-is-the-14th-baktun
Change History (2)
comment:1 Changed 6 years ago by mike.dld
- Owner set to mike.dld
- Status changed from new to assigned
comment:2 Changed 6 years ago by mike.dld
- Component changed from Transmission to libtransmission
- Milestone changed from None Set to 2.90
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Thanks, removed in r14578.