DenyTrustedCircuit

From Second Life Wiki
Revision as of 12:46, 28 December 2006 by Cube Linden (talk | contribs) (→‎Usage and Notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Message Layout

{
        DenyTrustedCircuit Low NotTrusted Unencoded
	{
                DataBlock Single
		{ EndPointID	LLUUID }
	}
}

Usage and Notes

Sent under one of the follow conditions:

  • in response to failed CreateTrustedCircuit
  • to force the remote end-point to try to establish a trusted circuit
  • the reception of a trusted message on a non-trusted circuit

This allows us to re-authorize a circuit if it gets closed due to timeouts or network failures.