Skip to content

Commit

Permalink
modules/ims_qos: modified comment to reflect correct behaviour of reg…
Browse files Browse the repository at this point in the history
…ex_sdp_ip_prefix_to_maintain_in_fd
  • Loading branch information
Richard Good committed Sep 13, 2016
1 parent 0eaf077 commit 3aaa583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ims_qos/mod.c
Expand Up @@ -100,8 +100,8 @@ int cdp_event_latency_loglevel = 0; /*log-level to use to report slow processing
int audio_default_bandwidth = 64;
int video_default_bandwidth = 128;

//If set then any IP in SDP that does not match this regex is replaced with any in flow description AVP
//V useful for UEs that change ports mid way through call therefore breaking flow description filters
//If set then any IP in SDP that does not match this regex then filter is added with any in flow description AVP
//Very useful for UEs that change ports mid way through call therefore breaking flow description filters
str regex_sdp_ip_prefix_to_maintain_in_fd = {0, 0};

int cdp_event_list_size_threshold = 0; /**Threshold for size of cdp event list after which a warning is logged */
Expand Down

0 comments on commit 3aaa583

Please sign in to comment.