[sr-dev] git:master:9c2c4baf: core: comments updated for msg_send_buffer()

Daniel-Constantin Mierla miconda at gmail.com
Wed Mar 24 09:06:36 CET 2021


Module: kamailio
Branch: master
Commit: 9c2c4bafa0f0cd980b5867e7d4c0995255730f87
URL: https://github.com/kamailio/kamailio/commit/9c2c4bafa0f0cd980b5867e7d4c0995255730f87

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2021-03-24T09:06:25+01:00

core: comments updated for msg_send_buffer()

---

Modified: src/core/forward.h

---

Diff:  https://github.com/kamailio/kamailio/commit/9c2c4bafa0f0cd980b5867e7d4c0995255730f87.diff
Patch: https://github.com/kamailio/kamailio/commit/9c2c4bafa0f0cd980b5867e7d4c0995255730f87.patch

---

diff --git a/src/core/forward.h b/src/core/forward.h
index a38e20c444..1a30a06c97 100644
--- a/src/core/forward.h
+++ b/src/core/forward.h
@@ -111,7 +111,7 @@ int is_check_self_func_list_set(void);
  *         that generated them; use 0 if you don't want this)
  * buf, len = buffer
  * flags = control internal behavior
- *    * 1 - skip executing event SREV_NET_DATA_OUT
+ *    * 1 - skip executing events: SREV_NET_DATA_OUT, SREV_NET_DATA_SEND
  * returns: 0 if ok, -1 on error*/
 
 static inline int msg_send_buffer(struct dest_info* dst, char* buf, int len,




More information about the sr-dev mailing list