Difference between revisions of "DenyTrustedCircuit"
Jump to navigation
Jump to search
Cube Linden (talk | contribs) m |
Cube Linden (talk | contribs) |
||
Line 1: | Line 1: | ||
{{ProtocolNav}} | {{ProtocolNav}} | ||
==Message Layout== | ==Message Layout== | ||
Line 13: | Line 12: | ||
</pre> | </pre> | ||
==Usage and Notes== | ==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. | |||
[[Category:Messages]] | [[Category:Messages]] | ||
[[Category:Common Messages]] |
Revision as of 11:46, 28 December 2006
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.