updated manual
This commit is contained in:
@@ -57,7 +57,6 @@ __ udp_tracker_protocol.html
|
|||||||
|
|
||||||
Functions that are yet to be implemented:
|
Functions that are yet to be implemented:
|
||||||
|
|
||||||
* large file support on linux and Mac OS X.
|
|
||||||
* better identification of peers that send bad data
|
* better identification of peers that send bad data
|
||||||
* ip-filters
|
* ip-filters
|
||||||
* file-level priority
|
* file-level priority
|
||||||
@@ -121,8 +120,8 @@ If you're making your own project file, note that there are two versions of the
|
|||||||
abstraction. There's one ``file_win.cpp`` which relies on windows file API that supports
|
abstraction. There's one ``file_win.cpp`` which relies on windows file API that supports
|
||||||
files larger than 2 Gigabytes. This does not work in vc6 for some reason, possibly because
|
files larger than 2 Gigabytes. This does not work in vc6 for some reason, possibly because
|
||||||
it may require windows NT and above. The other file, ``file.cpp`` is the default
|
it may require windows NT and above. The other file, ``file.cpp`` is the default
|
||||||
implementation that simply relies on the standard library's fstream, and as a result does
|
implementation that simply relies on the standard low level io routines (read, write etc.),
|
||||||
not support files larger than 2 Gigabytes.
|
but for some reason this implementation doesn't seem to work on windows.
|
||||||
|
|
||||||
|
|
||||||
cygwin and msvc
|
cygwin and msvc
|
||||||
|
Reference in New Issue
Block a user