Difference between revisions of "StartPingCheck"

From Second Life Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ProtocolNav|parent=Common Messages}}
{{ProtocolNav|parent:Category:Common Messages}}
==Layout==
==Message Layout==
<pre>
<pre width=80>
{
{
         StartPingCheck High NotTrusted Unencoded
         StartPingCheck High NotTrusted Unencoded
Line 7: Line 7:
                 PingID Single
                 PingID Single
                 {      PingID  U8      }
                 {      PingID  U8      }
                 {      OldestUnacked  U32    }       // Current oldest "unacked" packet on the sender side
                 {      OldestUnacked  U32    }
         }
         }
}
}
</pre>
</pre>
==Usage==
==Usage and Notes==
*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:Common Messages]]
[[Category:Messages]]

Latest revision as of 12:37, 28 December 2006

Message Layout

{
        StartPingCheck High NotTrusted Unencoded
        {
                PingID Single
                {       PingID  U8      }
                {       OldestUnacked   U32     }
        }
}

Usage and Notes

  • 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)