Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 2017 13:35:44 +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-NuvJnYkwYm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210374-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210374-13@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #5 from commit-hook@freebsd.org ---
A commit references this bug:

Author: danfe
Date: Sun Mar 12 13:35:30 UTC 2017
New revision: 435987
URL: https://svnweb.freebsd.org/changeset/ports/435987

Log:
  net-p2p/mktorrent: increase max piece size and make tracker optional

  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 pie=
ce
  count. Increase maximum piece size to 2^30 thus allowing torrents for 1.5
  TiB of data (again, with optimal piece count).

  mktorrent currently can't create torrents without announce URL. Since DHT
  works perfectly well nowadays, this limitation doesn't make much sense.
  Change to require tracker only when creating private torrent (i.e. DHT,
  PEX, etc. disabled).

  While here: define LICENSE (GPLv2+), make options actually work, remove
  redundant THREADS_DESC, and clean up Makefile a bit.

  PR:           210374
  Submitted by: Anton Sayetsky
  Approved by:  maintainer timeout

Changes:
  head/net-p2p/mktorrent/Makefile
  head/net-p2p/mktorrent/files/
  head/net-p2p/mktorrent/files/patch-init.c
  head/net-p2p/mktorrent/files/patch-output.c

--=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-NuvJnYkwYm>