mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Add ChiakiReorderQueue
This commit is contained in:
parent
b3f71fc5ab
commit
632cf6cf91
6 changed files with 490 additions and 3 deletions
|
@ -24,7 +24,8 @@ set(HEADER_FILES
|
|||
include/chiaki/seqnum.h
|
||||
include/chiaki/discovery.h
|
||||
include/chiaki/congestioncontrol.h
|
||||
include/chiaki/stoppipe.h)
|
||||
include/chiaki/stoppipe.h
|
||||
include/chiaki/reorderqueue.h)
|
||||
|
||||
set(SOURCE_FILES
|
||||
src/common.c
|
||||
|
@ -51,7 +52,8 @@ set(SOURCE_FILES
|
|||
src/frameprocessor.c
|
||||
src/discovery.c
|
||||
src/congestioncontrol.c
|
||||
src/stoppipe.c)
|
||||
src/stoppipe.c
|
||||
src/reorderqueue.c)
|
||||
|
||||
add_subdirectory(protobuf)
|
||||
include_directories("${NANOPB_SOURCE_DIR}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue