21 #ifndef BT_STREAMINGCHUNKSELECTOR_H
22 #define BT_STREAMINGCHUNKSELECTOR_H
24 #include <ktorrent_export.h>
26 #include <download/chunkselector.h>
45 void reincluded(bt::Uint32 from, bt::Uint32 to)
override;
47 bool selectRange(bt::Uint32& from, bt::Uint32& to, bt::Uint32 max_len)
override;
69 bt::Uint32 range_start;
72 bt::Uint32 critical_window_size;
73 std::list<Uint32> range;
74 std::set<Uint32> preview_chunks;
79 #endif // BT_STREAMINGCHUNKSELECTOR_H