Skip to content
Snippets Groups Projects
Commit f8e36b14 authored by Rich Adam's avatar Rich Adam
Browse files

Update README.md

parent 29adac82
Branches
Tags
No related merge requests found
...@@ -11,13 +11,16 @@ The first packet will be displayed with it's index number for example: ...@@ -11,13 +11,16 @@ The first packet will be displayed with it's index number for example:
`S: 18939904` `S: 18939904`
Each packet received thereafter will be represented by one of the following characters: Each packet received thereafter will be represented by one of the following characters:
```
! : Packet with the correct next index sequence. ! : Packet with the correct next index sequence.
< : Packet index is less than the previous index. < : Packet index is less than the previous index.
> : Packet index is greater than the previous index. > : Packet index is greater than the previous index.
```
When the size of the packet changes this will be represented by "PS[new size]". When the size of the packet changes this will be represented by "PS[new size]".
Reporting of the average number of packets per second will be in the form "[Xpps]" every 5 seconds.
Should the index ever be less than zero the end of stream will be reported with `EOS` followed by the last index. Should the index ever be less than zero the end of stream will be reported with `EOS` followed by the last index.
Example: Example:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment