Skip to content

Commit

Permalink
2023.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
voipmonitor committed Dec 11, 2023
1 parent 438dd30 commit 6177a3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2023.12.1 11.12.2023
=====================
- fix crc sse invalid instruction some servers
- better filter for server/client traffic in packtebuffer_sender mode [VS-1524]
- fix -flto warning
- reducing the minimum required version of zstd to 1.4.4
- dequeu queue modification on packetbuffer output add 20% heap limit for queue, add 'deq[N1/N2]' statement to log, N1 is the number of percent of the heap the dequeu queue occupies, N2 is the current amount of time contained in the queue [VS-1521]


2023.12.0 06.12.2023
=====================
- force heap cleanup if the size is greater than 20%
Expand Down
2 changes: 1 addition & 1 deletion voipmonitor_define.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define VOIPMONITOR_DEFINE_H


#define RTPSENSOR_VERSION "2023.12.0"
#define RTPSENSOR_VERSION "2023.12.1"
#define NAT

#define FORMAT_WAV 1
Expand Down

0 comments on commit 6177a3d

Please sign in to comment.