X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=lib%2Fsockunion.c;h=af4f41f37ca380ec45a2f11267ef78cff7df7bf4;hb=01b4cb3ed6181d7200f66e0187b1e5c5db6c0e5a;hp=bee82a067eaab49ae1a3ee531a439cce51fef3d2;hpb=4205a06cc4d997cae086a61db2359ff04556c10d;p=mirror_frr.git diff --git a/lib/sockunion.c b/lib/sockunion.c index bee82a067..af4f41f37 100644 --- a/lib/sockunion.c +++ b/lib/sockunion.c @@ -356,7 +356,7 @@ int sockopt_ttl(int family, int sock, int ttl) * Which on linux is a no-op since it is enabled by * default and on BSD it uses TCP_NOPUSH to do * the same thing( which it was not configured to - * use). This cleanup of the api occured on 8/1/17 + * use). This cleanup of the api occurred on 8/1/17 * I imagine if after more than 1 year of no-one * complaining, and a major upgrade release we * can deprecate and remove this function call