CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/06/27 09:59:51
Modified files: sys/netinet : tcp_input.c Log message: Copy inp_hops from the listening socket to the accepted one and use its value for the SYN+ACK packet. This makes the IPV6_UNICAST_HOPS socket option usable for incoming TCP connections. tested by renato@; OK jca@