Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netinet
Module Name: src
Committed By: rin
Date: Fri Dec 20 00:49:08 UTC 2024
Modified Files:
src/sys/netinet: ip_carp.c
Log Message:
carp_join_multicast: Stop allocating ip_moptions on stack
It was just a waste of memory. NFC otherwise, and no regression
observed for full ATF run on amd64.
Partially taken from OpenBSD:
https://github.com/openbsd/src/commit/1f237790b75
XXX
Seems like OpenBSD has some fixes to carp, that may improve our
implementation...
To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/sys/netinet/ip_carp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index