StartPingCheck: Difference between revisions
Jump to navigation
Jump to search
Rob Linden (talk | contribs) No edit summary |
Cube Linden (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
==Layout== | ==Layout== | ||
<pre> | <pre> | ||
| Line 14: | Line 13: | ||
*Used to measure circuit ping times | *Used to measure circuit ping times | ||
*PingID is used to determine how backlogged the ping was that was returned (or how hosed the other side is) | *PingID is used to determine how backlogged the ping was that was returned (or how hosed the other side is) | ||
[[Category:Messages]] | |||
[[Category:Common Messages]] | |||
Revision as of 12:19, 28 December 2006
Layout
{
StartPingCheck High NotTrusted Unencoded
{
PingID Single
{ PingID U8 }
{ OldestUnacked U32 } // Current oldest "unacked" packet on the sender side
}
}
Usage
- Used to measure circuit ping times
- PingID is used to determine how backlogged the ping was that was returned (or how hosed the other side is)