Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jun 2016 15:47:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 210374] net-p2p/mktorrent: increase max piece size & make tracker optional
Message-ID:  <bug-210374-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210374

            Bug ID: 210374
           Summary: net-p2p/mktorrent: increase max piece size & make
                    tracker optional
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: vsasjason@gmail.com
                CC: dgerow@afflictions.org
 Attachment #171550 maintainer-approval?
             Flags:
                CC: dgerow@afflictions.org
             Flags: maintainer-feedback?(dgerow@afflictions.org),
                    maintainer-feedback?

Created attachment 171550
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D171550&action=
=3Dedit
as summary

=3D=3D=3D Increase max piece size =3D=3D=3D
Optimal piece count is ~1500. mktorrent allows up to 2^28 currently, thus
providing ability to create torrents for 375 GiB of data with optimal piece
count. Increased maximum piece size to 2^30 thus allowing torrents for 1.5 =
TiB
of data (again, with optimal piece count).

=3D=3D=3D Make tracker optional =3D=3D=3D
mktorrent currently can't create torrents without announce URL. Since DHT w=
orks
perfectly well nowadays, this limitation doesn't make any sense. Changed to
require tracker only when creating private torrent (i.e. DHT, PEX, etc
disabled).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210374-13>