Commit Graph

7 Commits

Author SHA1 Message Date
Dengfeng Liu
722762aaa0 kcptun: update to version 20230207
add support for port-range dailer, port-range listener

Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
2023-03-01 19:06:58 +08:00
Jeffery To
a6002ee5cf kcptun: Remove GO_PKG_LDFLAGS for stripping binaries
The "-s -w" flags in GO_PKG_LDFLAGS tells the Go compiler to strip the
binaries it produces. Since the default Go package build process will
strip binaries when CONFIG_USE_STRIP or CONFIG_USE_SSTRIP are selected,
these flags are unnecessary.

When CONFIG_NO_STRIP is selected, these flags override the user's
intention of building unstripped packages.

This removes these flags for all relevant packages.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2022-11-10 17:22:47 +08:00
Zheng Qian
123473b912 kcptun: add tcp option
Signed-off-by: Zheng Qian <sotux82@gmail.com>
2022-11-10 17:21:54 +08:00
Beginner
6958a4d8d0
kcptun: update to 20210922 2021-10-03 02:09:46 +08:00
Beginner
13180661ec
kcptun: update to 20210624 2021-06-29 00:30:49 +08:00
lean
49b7495639 packages: merge upstream 2021-06-15 17:47:11 +08:00
coolsnowwolf
c36ad692b4 packages: sync to new packages 2020-07-08 14:18:52 +08:00