1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
Commit graph

2128 commits

Author SHA1 Message Date
0ee8d73c87 rtp: improve debugging output 2019-01-28 11:09:44 +01:00
b438a79d4c rtp: fix comment 2019-01-28 10:54:09 +01:00
ca20c5af91 rtp: increase start rate 2019-01-28 10:53:50 +01:00
2812447036 rtp: fix bugs in memory managment 2019-01-28 10:53:34 +01:00
317077fa93 rtp: use macros for rtp header length 2019-01-28 10:53:01 +01:00
ba9302278b rtp: simplify rtp_read() and another small fix 2019-01-28 10:10:24 +01:00
ca62bcc714 rtp: use preallocated buffer in rtp_write() 2019-01-28 09:57:47 +01:00
Marvin Klimke
2dee380a7d remove unnecessary polling loop around queue_signalled_pull 2019-01-28 09:10:45 +01:00
Marvin Klimke
e1adfa9247 prevent rtp_read from returning when queue is empty 2019-01-25 17:34:51 +01:00
Marvin Klimke
9216b1fbd6 [WIP] Parse RTCP sender report.
Obtain fraction of lost RTP packets to feed AIMD rate control.
2019-01-25 17:26:08 +01:00
d5f022986d rtp: fix use of possible uninitialized variable 2019-01-23 15:09:38 +01:00
55548857ac cmake: fix missing lib on Ubuntu 18.04 2019-01-23 15:07:27 +01:00
25fb713213 rtp: test and bug fixing for RTP network emulation support 2019-01-23 14:16:53 +01:00
734629c179 fix compiler warning on Ubuntu 16.04 2019-01-23 13:41:17 +01:00
fe9508f6ba rtp: initialize hooks properly before starting 2019-01-23 13:29:51 +01:00
bf40a85040 rtp: move parameter intialization to rtp_init() 2019-01-23 13:29:23 +01:00
b1381010fd rtp: fix invalid format string in rtp_parse() 2019-01-23 13:22:32 +01:00
357df1600f sample: add function to dump sample details 2019-01-23 00:49:28 +01:00
c23d1979df shmem: overwrite signal definition of received samples 2019-01-23 00:48:38 +01:00
2bcfd844cd log: replace stats() by info() 2019-01-22 16:04:35 +01:00
8acf5de68c stats: remove table footer 2019-01-22 16:04:12 +01:00
ff6c6d5e50 Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop 2019-01-22 15:51:51 +01:00
d2e442d0a1 web: fix initialization 2019-01-22 15:49:16 +01:00
f1df8cc367 if: avoid another double free 2019-01-21 23:05:10 +01:00
199c34710e if: add new interfaces to list 2019-01-21 23:00:55 +01:00
ef2eb6a2fa socket: avoid duplicate variable shadowing 2019-01-21 23:00:43 +01:00
baa94bcf8a node: add netem details to node name 2019-01-21 23:00:16 +01:00
37dc6904ad super_node: remove double free of interface list 2019-01-21 22:59:37 +01:00
42e51e04c5 netem: fix compiler errors 2019-01-21 22:14:57 +01:00
4533e0ab12 netem: fix defines and includes 2019-01-21 22:14:41 +01:00
2d6188e5da super_node: sub-divide SuperNode::{start,stop}() functions 2019-01-21 22:11:30 +01:00
ecd5f7800f super_node: be less verbose 2019-01-21 22:10:25 +01:00
6ff4c838b4 hook: added new averaging hook 2019-01-21 22:04:04 +01:00
76464f202b add check against nullptr dereferences 2019-01-21 18:54:48 +01:00
9acd10fefa fix duplicated usage of variable 2019-01-21 17:28:01 +01:00
9db4c8d2d2 fix compiler errors about non-existing std::filesystem namespace with GCC 7 2019-01-21 17:11:42 +01:00
df42a2880c fix compiler errors about non-trivial designated initializers with GCC 7 2019-01-21 17:11:11 +01:00
720e5e688c plugin: strip down old plugin system 2019-01-21 16:21:26 +01:00
8190227776 netem: move intialization of Netem support into node instead of socket class 2019-01-21 15:50:18 +01:00
90335c8c9e if: add if_name() 2019-01-21 15:49:14 +01:00
d3ff9f2d41 node: allow nodes to have multiple filedescriptors 2019-01-21 15:47:34 +01:00
4e55971faa super_node: interfaces are now managed per super_node 2019-01-21 15:44:39 +01:00
3b0cca73e3 rtp: added initial implementation for AIMD 2019-01-21 13:10:55 +01:00
07c6826e1d Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop 2019-01-21 12:13:21 +01:00
49fe632bbc rtp: added hooks for rate throttling via RTCP 2019-01-21 12:12:47 +01:00
6b68bc0f00 hooks: add functions to set rate/ratio in limit_rate/decimate hooks 2019-01-21 11:01:25 +01:00
667a62c874 api: add missing logger 2019-01-21 10:34:45 +01:00
ffb27baee0 fix compiler errors 2019-01-21 10:34:36 +01:00
e3ec18df73 improve coding style 2019-01-21 10:34:22 +01:00
5415e57c8e websocket: remove obsolete debugging comment 2019-01-17 20:28:53 +01:00