RetroShare/libretroshare/src/turtle
csoler a70b106005 - added NETWORK_WIDE flag to remote dir model download
- added file priority strategy based on which files are requested first. This provides:
	- equal file speed for files with equal (source,priority)
	- effective priority speed for file of same source but different priority
- removed state variable load/save from turtle, as it's not needed anymore (FileRequest re-opens tunnels as needed)
- manage availability per peer instead of per file type: direct peer ids always assume file availability, while turtle tunnels don't

I still need to make the download queue work, and code this gui for it.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2133 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-26 20:40:21 +00:00
..
Makefile added Makefile in libretroshare/src/turtle to comply with existing build scripts 2009-07-14 13:33:14 +00:00
p3turtle.cc - added NETWORK_WIDE flag to remote dir model download 2010-01-26 20:40:21 +00:00
p3turtle.h - added NETWORK_WIDE flag to remote dir model download 2010-01-26 20:40:21 +00:00
rsturtleitem.cc - Implemented chunk-based file transfer from partial sources. This in particular means: 2010-01-11 16:00:42 +00:00
rsturtleitem.h - Implemented chunk-based file transfer from partial sources. This in particular means: 2010-01-11 16:00:42 +00:00
turtletypes.h First commit for the turtle download. It works without perturbating RS traffic, but still needs some (internal) smoothing 2009-05-26 21:42:45 +00:00