Skip to content

Commit

Permalink
core: parser - removed temporarily remark for module reserved interna…
Browse files Browse the repository at this point in the history
…l flags
  • Loading branch information
miconda committed Mar 31, 2020
1 parent 2768f8c commit 8801ee8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/core/parser/msg_parser.h
Expand Up @@ -111,16 +111,16 @@ typedef enum request_method {
#define FL_SIPTRACE (1<<24) /*!< message to be traced in stateless replies */
#define FL_ROUTE_ADDR (1<<25) /*!< request has Route address for next hop */

/* WARNING: Value (1 << 28) is temporarily reserved for use in kamailio call_control
/* WARNING: Value (1 << 28) is reserved for use in kamailio call_control
* module (flag FL_USE_CALL_CONTROL )! */

/* WARNING: Value (1 << 29) is temporarily reserved for use in kamailio acc
/* WARNING: Value (1 << 29) is reserved for use in kamailio acc
* module (flag FL_REQ_UPSTREAM)! */

/* WARNING: Value (1 << 30) is temporarily reserved for use in kamailio
/* WARNING: Value (1 << 30) is reserved for use in kamailio
* media proxy module (flag FL_USE_MEDIA_PROXY)! */

/* WARNING: Value (1 << 31) is temporarily reserved for use in kamailio
/* WARNING: Value (1 << 31) is reserved for use in kamailio
* nat_traversal module (flag FL_DO_KEEPALIVE)! */

#define FL_MTU_FB_MASK (FL_MTU_TCP_FB|FL_MTU_TLS_FB|FL_MTU_SCTP_FB)
Expand Down

0 comments on commit 8801ee8

Please sign in to comment.