Module: kamailio
Branch: master
Commit: 9c2c4bafa0f0cd980b5867e7d4c0995255730f87
URL:
https://github.com/kamailio/kamailio/commit/9c2c4bafa0f0cd980b5867e7d4c0995…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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/9c2c4bafa0f0cd980b5867e7d4c0995…
Patch:
https://github.com/kamailio/kamailio/commit/9c2c4bafa0f0cd980b5867e7d4c0995…
---
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,