-/* $OpenBSD: in6_src.c,v 1.72 2015/12/05 13:21:00 vgross Exp $ */
+/* $OpenBSD: in6_src.c,v 1.73 2016/06/27 16:36:08 jca Exp $ */
/* $KAME: in6_src.c,v 1.36 2001/02/06 04:08:17 itojun Exp $ */
/*
return (0);
}
-/*
- * Default hop limit selection. The precedence is as follows:
- * 1. Hoplimit value specified via ioctl.
- * 2. (If the outgoing interface is detected) the current
- * hop limit of the interface specified by router advertisement.
- * 3. The system default hoplimit.
-*/
int
in6_selecthlim(struct inpcb *in6p)
{