Changes

112 bytes added ,  18:00, 28 January 2015
mention undocumented tcp-stream image structure
Line 119: Line 119:  
  | ghost-file || single-entry || Ghost files (those, not visible from FS, but still used by tasks) || Right after the entry up to the EOF goes the contents of the file || ghost-file.proto
 
  | ghost-file || single-entry || Ghost files (those, not visible from FS, but still used by tasks) || Right after the entry up to the EOF goes the contents of the file || ghost-file.proto
 
  |-
 
  |-
  | tcp-stream || single-entry || TCP connection state (including data in queues) || - || tcp-stream.proto
+
  | tcp-stream || single-entry || TCP connection state (including data in queues) || <code>entry.inq_len</code> bytes of in-queue data followed by <code>entry.outq_len</code> bytes of out-queue data || tcp-stream.proto
 
  |-
 
  |-
 
  | mountpoints || array || Mountpoints information || - || mnt.proto
 
  | mountpoints || array || Mountpoints information || - || mnt.proto
85

edits