DenyTrustedCircuit

From Second Life Wiki
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.