Difference between revisions of "DenyTrustedCircuit"
Jump to navigation
Jump to search
Cube Linden (talk | contribs) |
Cube Linden (talk | contribs) |
||
Line 16: | Line 16: | ||
*to force the remote end-point to try to establish a trusted [[circuit]] | *to force the remote end-point to try to establish a trusted [[circuit]] | ||
*the reception of a trusted message on a non-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. | 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]] | [[Category:Common Messages]] |
Latest 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.