Browse Source

Disable delay measurement by default

pull/120/head^2
pkuzak 11 years ago
parent
commit
6255d1fe2f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel-module/rtpengine_config.h

+ 1
- 1
kernel-module/rtpengine_config.h View File

@ -10,6 +10,6 @@
#ifndef RTPENGINE_CONFIG_H_
#define RTPENGINE_CONFIG_H_
#define RE_HAS_MEASUREDELAY 1
#define RE_HAS_MEASUREDELAY 0
#endif /* RTPENGINE_CONFIG_H_ */

Loading…
Cancel
Save