patchmldonkey, a multi-networks file-sharing client - Patches: patch #5666, ED2K: full chunk upload alternative

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #5666: ED2K: full chunk upload alternative

Submitter:  TripleM <triplem>
Submitted:  Mon 08 Jan 2007 02:13:01 PM UTC
   
 
Category:  Improved interfaces Priority:  7 - High
Status:  Done Assigned to:  None
Open/Closed:  Closed

Mon 08 Jan 2007 03:12:14 PM UTC, comment #1: 

Committed to CVS 2007/01/08

spiralvoice <spiralvoice>
Group administrator
Mon 08 Jan 2007 02:13:01 PM UTC, original submission:  

formerly the addon to patch #5596, which now has become part of cvs, so now this patch is based on current cvs. it implements an alternative full chunk upload method. the goal of this algorithm is to complete chunks, if a partial chunk is requested, or serve a full chunk. no overflowdata is served. requested chunk is determined through:
- compute the middle of a blockrequest: (begin_pos + end_pos)/2
- compute the chunk: block_middle/chunk_size

no further serving after last accepted request in this session, if one of the following conditions:
- request of another file
- request of another chunk
- blockrequestsize > zonesize (180kb) or < 0

TripleM <triplem>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by spiralvoice (Posted a comment)
  • -email is unavailable- added by triplem (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-01-08 spiralvoice StatusNone Done
        Open/ClosedOpen Closed
    2007-01-08 triplem Attached File- Added full_chunk_alternative.patch, #11703

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code