Re: isakmpd hogs CPU: select()?

2001-11-29 Thread Alfred Perlstein
* Tariq Rashid <[EMAIL PROTECTED]> [011129 08:04] wrote: > > as recognised in the ports bug report, the isakmpd port for freebsd soaks > up 99% CPU even when no connections have been established - even when in > completely passive-connection mode. > > i'm not an expert coder but i think the sel

isakmpd hogs CPU: select()?

2001-11-29 Thread Tariq Rashid
as recognised in the ports bug report, the isakmpd port for freebsd soaks up 99% CPU even when no connections have been established - even when in completely passive-connection mode. i'm not an expert coder but i think the select() in the main loop (isakmpd.c main()) is doing this. is there a