Richard Fuchs
9bff0cf86c
lets be more strict with timer removal
14 years ago
Richard Fuchs
1fa2f614d4
it's inefficient to walk the entire list of poller items every second just to look for times which we don't really use. so instead, use the linked timers list for this purpose. this is also inefficient for timer remove, but since we don't use those times anyway, we don't care.
14 years ago
Richard Fuchs
fa6039e71d
BSEARCH macro is obsoleted
14 years ago
Richard Fuchs
52e297f864
use glib slice allocator in poller
14 years ago
Richard Fuchs
8d50923508
good bye poll(), hello epoll_*()
14 years ago
Richard Fuchs
b7c8ddf1a0
update .so name to match .deb
14 years ago
Michael Prokop
4c95623589
Build package ngcp-mediaproxy-ng-dbg providing debugging symbols
Split out the debugging symbols from the main packages into
one single package named ngcp-mediaproxy-ng-dbg
Closes: https://bugtracker.sipwise.com/view.php?id=1825
From: Michael Prokop <mprokop@sipwise.com>
14 years ago
Richard Fuchs
2a8c07df0e
take rtcp ports into account when checking for timeouts
14 years ago
Jon Bonilla
6b48cb0d49
Remove init and default scripts
The default file is provided by templates. We
won't have questions regarding changed config
files on upgrades.
The init script will be provided via lsb-scripts.
14 years ago
Richard Fuchs
70ac6a274c
take 0-byte packets into consideration when updating peer info for NAT'd streams
14 years ago
Michael Prokop
229af9a7f3
Bump Standards-Version to 3.9.3
From: Michael Prokop <mprokop@sipwise.com>
14 years ago
Michael Prokop
7a32517304
Bump Standards-Version to 3.9.3
From: Michael Prokop <mprokop@sipwise.com>
14 years ago
Michael Prokop
6d004a97cc
Set maintainer field to new default
From: Michael Prokop <mprokop@sipwise.com>
14 years ago
Richard Fuchs
24cf5a0ca0
dump packet stats upon call teardown
14 years ago
Richard Fuchs
b6650a9d78
increase max udp packet len to 8192 and add warning message if the limit is hit
14 years ago
Richard Fuchs
c9f6e07846
log version upon startup
14 years ago
Richard Fuchs
e4575cf31f
who knew that zero-length udp packets are valid?
14 years ago
Richard Fuchs
33b7872115
be a bit more clear in the read error message
14 years ago
Richard Fuchs
35404af428
log error code upon RTP socket error
14 years ago
Michael Prokop
1cf51a4c5c
Drop unnecessary debhelper Depends
From: Michael Prokop <mprokop@sipwise.com>
14 years ago
Richard Fuchs
dc7517121d
remove uuid helper code
14 years ago