| 1f5a5310 | 15-Apr-2022 |
fengbojiang <[email protected]> |
Support zero copy while call `ff_write`, you can enable it by modify ‘FF_ZC_SEND=1' in `lib/Makefile`.
`FF_ZC_SEND` is same as `FF_USE_PAGE_ARRAY`, it will improve performance slightly in some scena
Support zero copy while call `ff_write`, you can enable it by modify ‘FF_ZC_SEND=1' in `lib/Makefile`.
`FF_ZC_SEND` is same as `FF_USE_PAGE_ARRAY`, it will improve performance slightly in some scenarios, need to be tested in combination with real applications.
You can enable both compilation options at the same time or separately.
show more ...
|
| 007a5634 | 22-Nov-2019 |
fengbojiang(姜凤波) <[email protected]> |
The icmp6(4) protocol has been updated to fix ICMPv6 redirects.
Corresponding upstream changeset from https://svnweb.freebsd.org/base/stable/11/sys/netinet6/icmp6.c?r1=329581&r2=329580&pathrev=32958
The icmp6(4) protocol has been updated to fix ICMPv6 redirects.
Corresponding upstream changeset from https://svnweb.freebsd.org/base/stable/11/sys/netinet6/icmp6.c?r1=329581&r2=329580&pathrev=329581.
show more ...
|
| 56d87bf8 | 21-Nov-2019 |
fengbojiang(姜凤波) <[email protected]> |
The network stack has been modified to fix incorrect or invalid IP addresses if multiple threads emit a UDP log_in_vain message concurrently.
Corresponding upstream changeset from https://svnweb.fre
The network stack has been modified to fix incorrect or invalid IP addresses if multiple threads emit a UDP log_in_vain message concurrently.
Corresponding upstream changeset from https://svnweb.freebsd.org/base?view=revision&revision=313523.
show more ...
|
| d6e6a7ee | 21-Nov-2019 |
fengbojiang(姜凤波) <[email protected]> |
The network stack has been updated to include ip6_tryforward(), providing performance benefits as result of a reduced number of checks.
Corresponding upstream changeset from https://svnweb.freebsd.o
The network stack has been updated to include ip6_tryforward(), providing performance benefits as result of a reduced number of checks.
Corresponding upstream changeset from https://svnweb.freebsd.org/base?view=revision&revision=311681.
show more ...
|