Subject: Re: CVS commit: src/sys/netkey
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: None <itojun@iijlab.net>
List: source-changes
Date: 05/29/2004 20:54:49
>> > Module Name: src
>> > Committed By: itojun
>> > Date: Wed May 26 02:59:15 UTC 2004
>> >
>> > Modified Files:
>> > src/sys/netkey: key.c keysock.c keysock.h
>> >
>> > Log Message:
>> > dump/spddump can now handle tons of records.
>>
>> i don't think that it's safe to sleep in LIST_FOREACH in key_spddump.
>> sptree/savtree are protected only by spl and biglock, aren't them?
you right. my intention was to (1) create set of mbufs connected by
m->m_nexpkt, then (2) send them up. will fix.
>and it seems that no one uses kp_queue currently.
>who will use it?
key_sendup0().
itojun