| #
e6804bae |
| 11-Feb-2022 |
Björn Svensson <[email protected]> |
Avoid leaks after errors in freebsd config handler
Freeing allocated memory in an error flow. Currently this would most likely not occure but a safeguard for future changes.
|
| #
c37034d0 |
| 11-Feb-2022 |
Björn Svensson <[email protected]> |
Renaming vip6_cfg_hander() to vip6_cfg_handler()
Corrected the output of an error log as well.
|
| #
cb78dc58 |
| 11-Feb-2022 |
Björn Svensson <[email protected]> |
Correcting check of config value for vip_addr6
Updated for code consistency, but checking the IPv4 vip_addr pointer might have given problems for IPv6 only configs.
|
| #
5c84990d |
| 30-Oct-2021 |
Ibtisam Tariq <[email protected]> |
Add support to set interface name of each port in `config.ini`.
|
| #
e8a7dcd0 |
| 30-Oct-2021 |
Ibtisam Tariq <[email protected]> |
Add support for multiple `pci_whitelist` in `config.ini`.
|
| #
2317ada5 |
| 18-Sep-2021 |
fengbojiang <[email protected]> |
Update LICENCE.
|
|
Revision tags: v1.21.1 |
|
| #
503a15e0 |
| 16-Jun-2021 |
fengbojiang <[email protected]> |
Support set multi virtual IPv4/IPv6 net addrs in `config.ini`, instead of use `ff_ifconfig`.
Close #421.
|
| #
d4e858cf |
| 16-Jun-2021 |
fengbojiang <[email protected]> |
modify pcap config.
|
|
Revision tags: v1.21 |
|
| #
a25f323c |
| 21-Jan-2021 |
zengyi1001 <[email protected]> |
Add IPv6 net addr parameters in config
Co-authored-by: fengbojiang <[email protected]>
|
| #
199154d9 |
| 17-Nov-2020 |
zhangxiang10 <[email protected]> |
解析file_prefix&pci-whitelist配置
|
| #
838bd0fa |
| 17-Nov-2020 |
zhangxiang10 <[email protected]> |
解析file_prefix&pci-whitelist配置
|
| #
f41205e9 |
| 29-Aug-2020 |
fengbojiang <[email protected]> |
Add configuration options `symmetric_rss` to set whether to use symmetric RSS.
|
| #
47507c15 |
| 14-May-2020 |
pengtian <[email protected]> |
#add knictl support
|
| #
4dfcdbcc |
| 08-Jan-2020 |
jinhao2 <[email protected]> |
update indent size
|
| #
bb6dcc1c |
| 07-Jan-2020 |
jin.hao1 <[email protected]> |
update config.c
use 4 space other than tab.
|
| #
819aafb6 |
| 08-Jan-2020 |
jinhao2 <[email protected]> |
dump packets by core, instead of by ports;without fopen/fclose while dumping
|
|
Revision tags: v1.20, v1.13 |
|
| #
3a3642c7 |
| 04-Nov-2019 |
Jayath Sathyanarayana <[email protected]> |
Merge patch of Configuration param to skip "TX checksum offload", refer #448.
|
| #
b8b4b7b9 |
| 31-Oct-2019 |
fengbojiang(姜凤波) <[email protected]> |
Fixed #426, F-stack compile error in Red Hat 8.0 with gcc 8.2.1.
|
| #
73e135b8 |
| 29-Oct-2019 |
fengbojiang(姜凤波) <[email protected]> |
Fix crash of `netstat -n`, refer #438.
|
| #
813e23e2 |
| 18-Sep-2019 |
beard-627 <[email protected]> |
lib/ff_config.c
|
| #
c0f66684 |
| 04-Sep-2019 |
fengbojiang(姜凤波) <[email protected]> |
Bonding: supported. but it can't work in multi-processes, to be fix.
|
| #
78415de5 |
| 09-Jul-2019 |
10077240 <[email protected]> |
fix bug: Can not support more than 32 processes
|
| #
34e766d2 |
| 25-Jul-2019 |
10077240 <[email protected]> |
support more than 32 processes; support 52bytes rsskey; compile failed.
|
| #
59bb71f6 |
| 27-Jun-2019 |
fengbojiang(姜凤波) <[email protected]> |
Add pkt_tx_delay parameter in config.ini. It should be default while handling large concurrent requests, otherwise it will reduce the throughput. But if there are only a little, you can set it to les
Add pkt_tx_delay parameter in config.ini. It should be default while handling large concurrent requests, otherwise it will reduce the throughput. But if there are only a little, you can set it to less than 100, even to 0, to reduce the delay of the connection.
show more ...
|
| #
a5c480ea |
| 01-Apr-2019 |
10077240 <[email protected]> |
modify according to MR.Wang
|