Re: FreeBSD Kernel Timers

2010-08-25 Thread Sam Fourman Jr.
On Wed, Aug 25, 2010 at 6:31 AM, Sadish Kulasekere wrote: > Hi, > > Does anyone know how to create a timer in the kernel? I want to execute a > function after 1s and 3s and I want to create multiple instances of the > timer. The requirement here is to invoke a function after receiving a SYN > pack

Re: FreeBSD Kernel Timers

2010-08-25 Thread Rui Paulo
On 25 Aug 2010, at 12:31, Sadish Kulasekere wrote: > Hi, > > Does anyone know how to create a timer in the kernel? I want to execute a > function after 1s and 3s and I want to create multiple instances of the > timer. The requirement here is to invoke a function after receiving a SYN > packet an