Download raw body.
in_pcbselsrc() and in6_pcbselsrc() const sockaddr parameter
20.05.2025 07:27, Alexander Bluhm пишет: > Functions in_pcbselsrc() and in6_pcbselsrc() use the destination > sockaddr to determine a suitable source address. As the destination > is only used for lookup, it should never be modified. Use const > to let the compiler verify that. On the way down on the callstack, > also convert the parameter a bunch of other lookup functions to > const. OK kn
in_pcbselsrc() and in6_pcbselsrc() const sockaddr parameter