X-Git-Url: http://git.efficios.com/?p=ctf.git;a=blobdiff_plain;f=common-trace-format-proposal.txt;h=0e5704657e46bd68e86ae3fc3f0d861a95cf0133;hp=7f978306bd44eeb91ca40136a1c20c8a5f803324;hb=6a7c61df4c4610004973ce0cff21fc72d8969de5;hpb=58997e9ef63f13c99701c619a1c01eb33c617313 diff --git a/common-trace-format-proposal.txt b/common-trace-format-proposal.txt index 7f97830..0e57046 100644 --- a/common-trace-format-proposal.txt +++ b/common-trace-format-proposal.txt @@ -547,7 +547,7 @@ Metadata-defined layout (event packet context): header. - Per-stream event packet sequence count (to deal with UDP packet loss). The number of significant sequence counter bits should also be present, so - wrap-arounds are deal with correctly. + wrap-arounds are dealt with correctly. - Timestamp at the beginning and timestamp at the end of the event packet. Both timestamps are written in the packet header, but sampled respectively while (or before) writing the first event and while (or after) writing the @@ -604,8 +604,9 @@ don't need to declare a "stream_id" field. 5.2 Event Packet Context Description Event packet context example. These are declared within the stream declaration -in the metadata. All these fields are optional except for "content_size" and -"packet_size", which must be present in the context. +in the metadata. All these fields are optional. If the packet size field is +missing, the whole stream only contains a single packet. If the content +size field is missing, the packet is filled (no padding). An example event packet context type: