Subject: Re: the size of an argument for set/getsockopt(2)
To: Hitoshi Asaeda <Hitoshi.Asaeda@sophia.inria.fr>
From: None <itojun@iijlab.net>
List: tech-kern
Date: 05/29/2002 07:22:20
>Current NetBSD kernel (1.5 or later) seems the argument of
>set/getsockopt() is stored in a mbuf. This implies we cannot input/get
>larger storage than MLEN to/from it. (I think this is only inherited
>some historical rules.)

	of course we can use external mbufs, if needed...

itojun