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 @@ -179,6 +179,15 @@ The semantics of each of the possible return values are as follows.
179
179
return value (for example, from a `c:handle_error/4` callback) causes the
180
180
request to be answered with 3002 (DIAMETER_UNABLE_TO_DELIVER).
181
181
182
+ This return value can be used only in relay applications
183
+ (Application identifier = 0xFFFFFFFF).
184
+
185
+ - **`{proxy, Opts}`** - Like `relay` but can only be used in applications other
186
+ then the relay application.
187
+
188
+ - **`{resend, Opts}`** - Neutral alternative to `relay` and `proxy` that can be
189
+ used in any application.
190
+
182
191
- **`discard`** - Discard the request. No answer message is sent to the peer.
183
192
184
193
- **`{eval, Action, PostF}`** - Handle the request as if `Action` has been
You can’t perform that action at this time.
0 commit comments