History log of /f-stack/config.ini (Results 1 – 25 of 53)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5ed0a284 16-May-2022 fengbojiang <[email protected]>

Add net.inet.tcp.rfc1323 in `config.ini` for tcp timestamps, default 1.


# 8aa93f1c 08-Apr-2022 fengbojiang <[email protected]>

Fix a typo of netmask in config.ini.


# 8c65918b 08-Apr-2022 fengbojiang <[email protected]>

Enable net.inet.tcp.delayed_ack by default to improve concurrent performance.


# 9c1180d4 05-Mar-2022 fengbojiang <[email protected]>

Fix a typo.


# 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`.


# 544273b7 15-Oct-2021 fengbojiang <[email protected]>

Modify net.inet.tcp.functions_default from bbr to freebsd, because extra
stacks(bbr and rack) can't work normaly now.


# fbb53eec 23-Sep-2021 fengbojiang <[email protected]>

modify config.ini.


Revision tags: v1.21.1
# 880c2c64 18-Jun-2021 fengbojiang <[email protected]>

fix config.ini.


# 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.


# cf06e8b0 15-Jun-2021 fengbojiang <[email protected]>

1. add `pci_whitelist` config in `config.ini`.
2. remove old 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]>


# f41205e9 29-Aug-2020 fengbojiang <[email protected]>

Add configuration options `symmetric_rss` to set whether to use symmetric RSS.


# 4dfcdbcc 08-Jan-2020 jinhao2 <[email protected]>

update indent size


# 16caa0bf 07-Jan-2020 jin.hao1 <[email protected]>

update config.ini


# 64a29081 08-Jan-2020 jinhao2 <[email protected]>

update config.ini


# 156135da 11-Dec-2019 fengbojiang(姜凤波) <[email protected]>

Add `net.inet.ip.forwarding=0` in `config.ini`, defalut disable.


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.


# d0f17d5b 04-Sep-2019 fengbojiang(姜凤波) <[email protected]>

Fix a typo.


# c0f66684 04-Sep-2019 fengbojiang(姜凤波) <[email protected]>

Bonding: supported. but it can't work in multi-processes, to be fix.


# aa174b6e 11-Aug-2019 fengbojiang <[email protected]>

IPv6: disable `net.inet.tcp.nolocaltimewait` in `config.ini` by default.

If enable it, and F-Stack app use `ff_close` to close the connection first while the IPv6 client and sever ips in the same pr

IPv6: disable `net.inet.tcp.nolocaltimewait` in `config.ini` by default.

If enable it, and F-Stack app use `ff_close` to close the connection first while the IPv6 client and sever ips in the same prefix scope, the F-Stack app will not respond the last_ack while receiced `fin+ack` package.

show more ...


# d7140ab7 12-Jul-2019 fengbojiang(姜凤波) <[email protected]>

IPv6: FreeBSD stack and f-stack support ipv6.


# 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 ...


# ac6d8f46 26-Jun-2019 jfb8856606 <[email protected]>

add `carrier=on` while insmod rte_kni.ko in doc.


123