CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2016/07/01 12:28:58
Modified files: sys/netinet : ip_output.c Log message: Allow resetting the IP_TTL and IP_MINTTL sockopts IP_TTL can be reset by passing -1, IP_MINTTL can be reset by passing 0. This is consistent with what Linux does and IPV6_UNICAST_HOPS/IPV6_MINHOPCOUNT. ok bluhm@