remove outdated paragraph from the storage_interface documentation

This commit is contained in:
arvidn 2019-02-14 10:42:07 +01:00 committed by Arvid Norberg
parent a24afe8524
commit f88f95e477
1 changed files with 0 additions and 6 deletions

View File

@ -201,12 +201,6 @@ namespace libtorrent {
// (i.e one has to seek first and then read), only one disk thread is
// used.
//
// Every buffer in ``bufs`` can be assumed to be page aligned and be of a
// page aligned size, except for the last buffer of the torrent. The
// allocated buffer can be assumed to fit a fully page aligned number of
// bytes though. This is useful when reading and writing the last piece
// of a file in unbuffered mode.
//
// The ``offset`` is aligned to 16 kiB boundaries *most of the time*, but
// there are rare exceptions when it's not. Specifically if the read
// cache is disabled/or full and a peer requests unaligned data. Most