Mykola Karpets
17863810b5
Merge 6632b716b86926d19ed9be2c9c912815a5c4e465 into 17694ecaa9681b04498709ba7526c8a8f022b512
2025-03-10 18:59:25 +02:00
Mykola Karpets
6632b716b8
Add systemd socket activation capability
...
Add support for a systemd.socket activation. Socket it passed from
systemd via file descriptor (see systemd.socket doc)
Also, added a few features for convenience:
* --conn/conv-timeout options to control conversation and connection
timeouts
* --shutdown option to shutdown service after all connections are
timeouted. This is for convent usage with systemd.socket
* test script which allows to smoke test udp speeder and its
socket activation capability
* example systemd unit files
2025-03-10 18:49:48 +02:00
yancey
17694ecaa9
fix more sanitizer complaint
2023-07-22 18:16:33 -04:00
yancey
c3debb0290
sync udp2raw bugfix
2023-07-22 14:45:53 -04:00
Yancey Wang
3ac5e6b40d
Update CMakeLists.txt
2023-06-04 21:45:31 -04:00
Yancey Wang
ca5444b4a7
Update ISSUE_TEMPLATE.md
2023-05-10 00:07:31 -04:00
yancey
61b24a3697
supress complier warning
20230206.0
2023-02-07 06:40:40 -05:00
yancey
41cac842a8
fix indent problem with clang-format
2023-02-07 05:34:06 -05:00
yancey
43dfb12d9e
rework pr
2023-02-07 05:32:40 -05:00
Yancey Wang
dab380366d
Merge pull request #297 from wwbfred/branch_libev
...
Fix a bug mentioned in #290
2023-02-07 05:25:37 -05:00
yancey
a0c9cce148
add .clang-format
2023-02-07 05:03:49 -05:00
yancey
0775131ab5
update cmake
2023-02-07 04:54:42 -05:00
yancey
49b3b6ec11
add CMakeLists.txt
2023-02-06 07:59:37 -05:00
Fred Wu
c6437cccbb
Update misc.cpp
2022-07-02 16:03:34 +08:00
Fred Wu
0261c75c29
Update fec_manager.h
2022-07-02 16:02:30 +08:00
Fred Wu
89e7e294f2
Update misc.cpp
...
Fix a bug which resets all parameters to default value when writing a fec parameter to the fifo file.
2022-07-02 15:59:02 +08:00
Fred Wu
3b1b5d32d6
Clone a fec_parameter_t with fec changed only
2022-07-02 15:48:39 +08:00
Yancey Wang
fd72361dea
Update README.md
2021-12-09 09:26:53 -05:00
wangyu
3375c6ac9d
refine huge packet log
2021-01-16 14:40:03 -05:00
wangyu
af607e4bfa
add warning when packet is truncated
20210116.0
2021-01-16 14:08:12 -05:00
wangyu-
6dcc97155b
Update ISSUE_TEMPLATE.md
20200818.1
2020-09-20 05:16:31 -04:00
wangyu-
d607c5ff92
Update ISSUE_TEMPLATE.md
2020-09-20 05:13:01 -04:00
wangyu
13d5e40473
update makefile
20200818.0
2020-08-18 03:24:10 -04:00
wangyu
7d349251d0
update
20200714.0
2020-07-14 01:33:59 -04:00
wangyu
0c941e5dbd
add target release2
2020-07-14 00:10:32 -04:00
wangyu
55606b63f9
refactor --bind and --interface, fix --key
2020-07-13 22:23:17 -04:00
wangyu-
5bb65af72c
Merge pull request #227 from Llorx/branch_libev
...
Bind to address
2020-07-13 21:12:14 -04:00
wangyu
fbe6c2a308
support cross compile for win and mac
2020-07-13 12:51:49 -04:00
llorx
b270199031
Error reporting
2019-11-05 00:04:02 +01:00
llorx
c6b0c3e5bc
Small condition merge
2019-11-04 23:44:22 +01:00
llorx
939b347129
Bind to interface
...
Allow binding to interface instead of IP with SO_BINDTODEVICE.
2019-11-04 23:26:11 +01:00
llorx
79dccfd697
Bind to address
...
Allow binding to address before sending UDP packets.
2019-11-04 22:46:41 +01:00
root
ecc90928d3
some useless change
2019-04-08 07:48:11 -04:00
root
f7c2d15adc
Merge branch 'branch_libev' of https://github.com/wangyu-/UDPspeeder into branch_libev
2019-04-08 07:31:18 -04:00
root
cacf0bcfcb
fix clock goes backward, simpilify timer, hopefully it works
2019-04-08 07:31:13 -04:00
wangyu-
bf818a04a8
improved log for fec_done
2019-01-21 05:57:42 -06:00
wangyu-
f0a7b28a63
add fec_done in fec_group_t
20190121.0
2019-01-20 18:19:10 -06:00
wangyu-
8db00a87f4
update help page
20180806.0
2018-08-20 12:04:47 -05:00
wangyu-
9a622ce463
updates for tinyfec
2018-08-20 07:58:32 -05:00
wangyu-
e7153d101d
fix last commit
2018-08-18 11:52:26 -05:00
wangyu-
16bb483eba
option --debug-fec-enc and --debug-fec-dec
2018-08-18 11:45:30 -05:00
wangyu-
f881374eff
improve debug log
2018-08-09 07:23:17 -05:00
wangyu-
7c1285fa15
fixed typo
2018-08-09 07:15:16 -05:00
wangyu-
7ab59c754b
fix last commit
2018-08-08 13:12:14 -05:00
wangyu-
ee0392ed03
new option disable-checksum
2018-08-08 13:11:37 -05:00
wangyu-
bc45ae23b8
added OPT into makefile
2018-08-08 04:05:42 -05:00
wangyu-
c82ff54e4d
fixed a dup log, and other trival changes
2018-08-06 20:57:35 -05:00
wangyu-
4b2865cf2e
trival
2018-08-06 19:04:23 -05:00
wangyu-
34d2ad19d2
add a log for debuging
2018-08-06 01:36:26 -05:00
wangyu-
1f946ab705
fixed default value
2018-08-05 23:55:15 -05:00