Allow the sysctl-variable net.inet.tcp.functions_default to be vnet specific.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Thanks for taking care of the problem. Will it grow vnet memory requirements? Can the change be applied safely to stable/13? Are any plans to MFC when gets committed to HEAD ?
Comment Actions
One pointer gets virtualized, so the memory requirements should be about the same. I think it can be MFCed to stable/13. Will test it and MFC, if it is actually works. Please note that this patch depends on D39514.
Comment Actions
Looks good to me. If the ')' char can be removed as pointed out in my inline comment, that will be better!
sys/netinet/tcp_subr.c | ||
---|---|---|
1333 | Shall remove this '(' character. |
sys/netinet/tcp_subr.c | ||
---|---|---|
1333 | Committed separately: https://cgit.FreeBSD.org/src/commit/?id=2ba2849c8275d4aeb2e4ca04aafaf89f1962910b |