Changeset 363
- Timestamp:
- 04/17/05 01:14:40 (8 years ago)
- Files:
-
- 1 modified
-
trunk/splitpipe/PLAN (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/splitpipe/PLAN
r353 r363 99 99 ------ 100 100 101 The chunk consists of stretches, each stretch has a 32 bit length. If we see a zero length 102 stretch, the chunk is done. 103 104 The first ever stretch contains meta-data of this chunk in a simple ASCII format: 101 Each run of splitpipe 102 generates a session, 103 that consists of chunks 104 that consist of stretches, 105 that consist of a header of 3, followed by 0 or more payload bytes 105 106 106 107 107 If we have room in the ringbuffer, and we aren't yet in a 'stretch', output the size of the 108 data available in the ringbuffer, 108 109 110