Difference between revisions of "StartPingCheck"

From Second Life Wiki
Jump to navigation Jump to search
m (1 revision(s))
Line 6: Line 6:
                 PingID Single
                 PingID Single
                 {      PingID  U8      }
                 {      PingID  U8      }
                 {      OldestUnacked  U32    }  
                 {      OldestUnacked  U32    }       // Current oldest "unacked" packet on the sender side
         }
         }
}
}

Revision as of 16:56, 17 November 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)