mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-21 06:03:12 +00:00
Only allow 2 duplicate audio packets
This commit is contained in:
parent
2fe520f7a2
commit
5dcf274bc1
2
serval.h
2
serval.h
@ -1371,7 +1371,7 @@ typedef struct vomp_sample_block {
|
|||||||
unsigned char bytes[1024];
|
unsigned char bytes[1024];
|
||||||
} vomp_sample_block;
|
} vomp_sample_block;
|
||||||
|
|
||||||
#define VOMP_MAX_RECENT_SAMPLES 8
|
#define VOMP_MAX_RECENT_SAMPLES 2
|
||||||
typedef struct vomp_call_state {
|
typedef struct vomp_call_state {
|
||||||
vomp_call_half local;
|
vomp_call_half local;
|
||||||
vomp_call_half remote;
|
vomp_call_half remote;
|
||||||
|
Loading…
Reference in New Issue
Block a user