mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Add FEC
This commit is contained in:
parent
3d169dfd1f
commit
6bd7c117e8
15 changed files with 3448 additions and 11 deletions
|
@ -9,8 +9,9 @@ add_executable(chiaki-unit
|
|||
gkcrypt.c
|
||||
takion.c
|
||||
seqnum.c
|
||||
reorderqueue.c)
|
||||
reorderqueue.c
|
||||
fec.c)
|
||||
|
||||
target_link_libraries(chiaki-unit chiaki-lib munit)
|
||||
|
||||
add_test(unit chiaki-unit)
|
||||
add_test(unit chiaki-unit)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue