File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,15 @@ The semantics of each of the possible return values are as follows.
177177 return value (for example, from a `c:handle_error/4` callback) causes the
178178 request to be answered with 3002 (DIAMETER_UNABLE_TO_DELIVER).
179179
180+ This return value can be used only in relay applications
181+ (Application identifier = 0xFFFFFFFF).
182+
183+ - **`{proxy, Opts}`** - Like `relay` but can only be used in applications other
184+ then the relay application.
185+
186+ - **`{resend, Opts}`** - Neutral alternative to `relay` and `proxy` that can be
187+ used in any application.
188+
180189- **`discard`** - Discard the request. No answer message is sent to the peer.
181190
182191- **`{eval, Action, PostF}`** - Handle the request as if `Action` has been
You can’t perform that action at this time.
0 commit comments