Преглед на файлове

tutorials/faq: note about return_mode parameter

Daniel-Constantin Mierla преди 2 години
родител
ревизия
e771bb7c4e
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      docs/tutorials/faq/main.md

+ 3 - 0
docs/tutorials/faq/main.md

@@ -807,6 +807,9 @@ if(function_returns_two() == 2) {
 }
 ```
 
+Note: starting with version `5.7.0-dev`, this return code evaluation can be changed with
+`return_mode` global parameter.
+
 ### How is the SIP request retransmission handled?
 
 📃 The next snippet is detecting retransmissions: