Skip to content

Commit

Permalink
Merge pull request g4klx#389 from stefansaraev/disable-jitterbuffer
Browse files Browse the repository at this point in the history
[dmr] make jitterbuffer disabled by default
  • Loading branch information
g4klx authored Feb 8, 2018
2 parents ddb3206 + a2b5804 commit f8c85a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Conf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ m_dmrNetworkLocal(0U),
m_dmrNetworkPassword(),
m_dmrNetworkOptions(),
m_dmrNetworkDebug(false),
m_dmrNetworkJitterEnabled(true),
m_dmrNetworkJitterEnabled(false),
m_dmrNetworkJitter(300U),
m_dmrNetworkSlot1(true),
m_dmrNetworkSlot2(true),
Expand Down
2 changes: 1 addition & 1 deletion MMDVM.ini
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Debug=0
Enable=1
Address=44.131.4.1
Port=62031
JitterEnabled=1
JitterEnabled=0
Jitter=500
# Local=62032
Password=PASSWORD
Expand Down

0 comments on commit f8c85a8

Please sign in to comment.