mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Implement Congestion Control Thread
This commit is contained in:
parent
cb5bc75d2e
commit
4ea95a6130
5 changed files with 197 additions and 3 deletions
|
@ -22,7 +22,8 @@ set(HEADER_FILES
|
|||
include/chiaki/videoreceiver.h
|
||||
include/chiaki/frameprocessor.h
|
||||
include/chiaki/seqnum.h
|
||||
include/chiaki/discovery.h)
|
||||
include/chiaki/discovery.h
|
||||
include/chiaki/congestioncontrol.h)
|
||||
|
||||
set(SOURCE_FILES
|
||||
src/common.c
|
||||
|
@ -47,7 +48,8 @@ set(SOURCE_FILES
|
|||
src/audioreceiver.c
|
||||
src/videoreceiver.c
|
||||
src/frameprocessor.c
|
||||
src/discovery.c)
|
||||
src/discovery.c
|
||||
src/congestioncontrol.c)
|
||||
|
||||
add_subdirectory(protobuf)
|
||||
include_directories("${NANOPB_SOURCE_DIR}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue