Subject: Re: CVS commit: src/sys
To: None <jonathan@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: source-changes
Date: 08/23/2003 06:01:48
>
> Module Name: src
> Committed By: jonathan
> Date: Fri Aug 22 20:20:12 UTC 2003
>
> Modified Files:
> src/sys/netinet: tcp_input.c tcp_output.c tcp_subr.c
> src/sys/netinet6: icmp6.c in6_gif.c ip6_mroute.c ip6_output.c mld6.c
> nd6_nbr.c raw_ip6.c udp6_output.c
>
> Log Message:
> Replace the set_socket() method of passing an extra struct socket*
> argument to ip6_output() with a new explicit struct in6pcb* argument.
> (The underlying socket can be obtained via in6pcb->inp6_socket.)
>
> In preparation for fast-ipsec. Reviewed by itojun.
no, i objected of passing struct in6pcb * as the argument, i suggested
struct socket * as explicit argument. why did you commit it ignoring
my comment? i'll change them to pass struct socket *.
itojun